Nishit Jain
56088a52eb
8169480: Inconsistencies across Format class hierarchy in their API spec and actual implementation of Exceptions
...
Reviewed-by: naoto
2017-01-09 14:06:32 +05:30
Xue-Lei Andrew Fan
e546b078a6
8129988: JSSE should create a single instance of the cacerts KeyStore
...
Reviewed-by: mullan
2017-01-06 02:03:47 +00:00
Xue-Lei Andrew Fan
ad76f31ded
8172273: SSLEngine.unwrap fails with ArrayIndexOutOfBoundsException
...
Reviewed-by: wetmore
2017-01-06 01:09:03 +00:00
Abjihit Roy
03b01bf748
8171348: Incorrect documentation for DateTimeFormatter letter 'k'
...
Reviewed-by: rriggs
2016-12-26 23:20:57 +05:30
Abjihit Roy
8249bf7524
8170653: The javadoc of ZoneRules.previousTransition() is wrong
...
Reviewed-by: rriggs
2016-12-26 23:15:06 +05:30
Abjihit Roy
f661cea33c
8170566: Incorrect phrase usage in javadocs documentation
...
Reviewed-by: rriggs
2016-12-26 23:09:54 +05:30
Abjihit Roy
07c66ef572
8169482: java.time.DateTimeFormatter javadoc: F is not week-of-month
...
Reviewed-by: rriggs
2016-12-26 22:57:26 +05:30
Abjihit Roy
c9b965110f
8164923: Error in the documentation for java.lang.Random
...
Reviewed-by: rriggs
2016-12-22 23:35:52 +05:30
Weijun Wang
2898df8929
8170900: Issue with FilePermission::implies for wildcard flag(-)
...
Reviewed-by: rriggs, xuelei
2017-01-05 22:58:54 +08:00
Peter Levart
5ada754c71
8172190: Re-apply the fix for bugs 8062389, 8029459, 8061950
...
Final fix for 8062389: Class.getMethod() is inconsistent with Class.getMethods() results, 8029459: getMethods returns methods that are not members of the class, 8061950: Class.getMethods() exhibits quadratic time complexity
Reviewed-by: alanb, mchung, psandoz, dfuchs, darcy, redestad
2017-01-05 08:51:03 +01:00
Paul Sandoz
94d019e9ba
8172201: Replace assert of return type in VarHandle.AccessMode with test
...
Reviewed-by: mchung
2017-01-04 17:20:41 -08:00
Claes Redestad
083c7c4176
8170785: Excessive allocation in ParseUtil.encodePath
...
Reviewed-by: rriggs
2017-01-04 18:32:19 +01:00
Claes Redestad
5ad7420c60
8172048: Re-examine use of AtomicReference in java.security.Policy
...
Reviewed-by: plevart, dholmes, chegar
2017-01-02 22:45:34 +01:00
Peter Levart
9de0bf15ef
8171988: Backout of fix for 8062389, 8029459, 8061950
...
Reviewed-by: chegar
2016-12-26 19:38:27 +01:00
Peter Levart
0081872919
8062389: Class.getMethod() is inconsistent with Class.getMethods() results
...
8029459: (reflect) getMethods returns methods that are not members of the class
8061950: Class.getMethods() exhibits quadratic time complexity
Reviewed-by: alanb, mchung, psandoz, dfuchs, darcy
2016-12-25 19:29:06 +01:00
Roger Riggs
b0e59adb6e
8171940: Incorrect statement about an absolute value of months unit after period's normalization
...
Reviewed-by: bpb
2016-12-23 13:42:21 -05:00
Vinnie Ryan
7c3de194b5
8171443: (spec) An ALPN callback function may also ignore ALPN
...
Reviewed-by: xuelei, wetmore
2016-12-22 17:15:33 +00:00
Rachna Goel
716457d7f5
8167143: CLDR timezone parsing does not work for all locales
...
Reviewed-by: naoto
2016-12-22 06:05:31 +00:00
Xue-Lei Andrew Fan
ea0870c789
6972386: issues with String.toLowerCase/toUpperCase
...
Reviewed-by: weijun
2016-12-22 03:35:44 +00:00
Doug Lea
1414335f71
8170484: Miscellaneous changes imported from jsr166 CVS 2016-12
...
Reviewed-by: martin, smarks, psandoz
2016-12-21 14:26:52 -08:00
Doug Lea
bdab1d842f
8171051: LinkedBlockingQueue spliterator needs to support node self-linking
...
Reviewed-by: martin, smarks, psandoz
2016-12-21 14:22:53 -08:00
Brian Burkhalter
ce3243b0a6
8056205: (fs) Potential for NPE in Files.walkFileTree if closing directory fails
...
Change incorrect ioe != null to ioe == null
Reviewed-by: rriggs
2016-12-21 11:54:42 -08:00
Nadeesh TV
8f9235fc56
8145633: Adjacent value parsing not supported for Localized Patterns
...
Enhance the localized weekfields to take part in adjacent value parsing
Reviewed-by: rriggs, scolebourne
2016-12-21 18:45:34 +00:00
Brian Burkhalter
f986518c51
8165664: (ch) sun.nio.ch.SocketAdaptor does not respect timeout in case of system date/time change and blocks
...
Change System.currentTimeMillis() to System.nanoTime()
Reviewed-by: martin, rriggs
2016-12-21 07:49:36 -08:00
Bhanu Prakash Gopularam
4879be16e2
8160036: Java API doc for method minusMonths in LocalDateTime class needs correction
...
Java API doc needs correction
Reviewed-by: rriggs, scolebourne
2016-12-21 08:12:49 +00:00
Adam Petcher
85d15e6128
8170876: NPE in JCE engine classes with java.security.debug=provider
...
Reviewed-by: mullan
2016-12-20 17:13:34 -05:00
Xue-Lei Andrew Fan
252d6991bc
8171337: Check for correct SSLEngineImpl/SSLSocketImpl.setSSLParameters handshaker update method
...
Reviewed-by: wetmore
2016-12-20 20:26:34 +00:00
Brian Burkhalter
2cae845615
8148023: File.createTempFile is not adhering to the contract regarding file name lengths
...
Truncate the prefix, suffix, random characters per the specification
Reviewed-by: rriggs
2016-12-20 11:46:09 -08:00
Mandy Chung
fb167e5c1c
8168836: Minor clean up on warning/error messages on --add-exports and --add-reads
...
Reviewed-by: alanb
2016-12-19 15:01:14 -08:00
Claes Redestad
f26cc2ffd9
8171400: Move checking of duplicate packages in the boot layer to link time
...
Reviewed-by: alanb
2016-12-19 21:38:46 +01:00
Naoto Sato
004901e102
8171189: Deprecate ResourceBundleControlProvider for removal
...
Reviewed-by: mchung
2016-12-19 09:56:11 -08:00
Claes Redestad
1a652df643
8171373: Reduce copying during initialization of ModuleHashes
...
Reviewed-by: alanb, mchung, chegar
2016-12-17 12:59:15 +01:00
Joe Darcy
be91309965
8139688: Port fdlibm exp to Java
...
Reviewed-by: bpb, nadezhin
2016-12-16 21:43:29 -08:00
Chris Hegarty
5028479313
8171377: Add sun.misc.Unsafe::invokeCleaner
...
Reviewed-by: alanb, plevart
2016-12-16 17:20:37 +00:00
Vinnie Ryan
bd0a13fa21
8170282: Enable ALPN parameters to be supplied during the TLS handshake
...
Reviewed-by: wetmore, xuelei
2016-12-16 14:32:51 +00:00
Alan Bateman
8c79e61d46
Merge
2016-12-16 08:17:45 +00:00
Alan Bateman
1e82db676a
8170987: Module system implementation refresh (12/2016)
...
8170859: Run time and tool support for ModuleResolution
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: redestad, mchung, alanb
2016-12-16 06:19:16 +00:00
Masayoshi Okutsu
b140a35684
8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era
...
Reviewed-by: rriggs, naoto
2016-12-15 13:08:01 +09:00
Mandy Chung
f083b7e656
8171201: Drop java.compact$N aggregator modules
...
8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
Reviewed-by: alanb, erikj
2016-12-14 10:51:13 -08:00
Adam Petcher
ef12502b69
8165751: NPE hit with java.security.debug=provider
...
Reviewed-by: mullan, weijun
2016-12-14 10:22:02 -05:00
Pavel Rappo
4aaf774383
Merge
2016-12-14 12:24:18 +00:00
Pavel Rappo
d98371fcfe
8038079: Re-examine integration of SPNEGO authentication
...
@module tags have been removed from the HttpNegotiateServer.java as it turns out exactly the same lines have been already defined in TEST.properties sitting in the same folder
Reviewed-by: chegar, dfuchs
2016-12-13 12:26:18 +00:00
Christoph Langer
f6829cd1ed
8164057: Fix @since for java.net.Inet[46]Address
...
Reviewed-by: chegar
2016-12-12 15:33:46 +01:00
Claes Redestad
f39eef3ab6
8170595: Optimize Class.isAnonymousClass, isLocalClass, and isMemberClass
...
Co-authored-by: Christoph Dreis <christoph.dreis@freenet.de>
Reviewed-by: mchung, darcy
2016-12-11 12:20:45 +01:00
Chris Hegarty
6d2dd6f483
8166568: Add jmod extract subcommand
...
8169492: jdk.internal.jmod.JmodFile.JMOD_MAGIC_NUMBER is a mutable array
Reviewed-by: alanb, anazarov, dfuchs, mchung
2016-12-10 14:19:53 +00:00
Mandy Chung
37e807c698
8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
...
Reviewed-by: dfuchs, naoto
2016-12-09 16:38:34 -08:00
Xue-Lei Andrew Fan
7f4cb73e6d
8170329: New SSLSocket testing template
...
Reviewed-by: asmotrak, mullan
2016-12-09 17:21:50 +00:00
Michael McMahon
2de1b5ce26
8170648: Move java.net.http package out of Java SE to incubator namespace
...
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Co-authored-by: Anthony Vanelverdinghe <anthony.vanelverdinghe@gmail.com>
Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko
2016-12-09 11:35:02 +00:00
Weijun Wang
af3e320415
8171190: Bump reference of NIST 800-57 Part 1 Rev 3 to Rev 4 in JarSigner API spec
...
Reviewed-by: xuelei
2016-12-14 10:41:06 +08:00
Weijun Wang
3c750bc54f
8168979: @implNote for invalid FilePermission
...
Reviewed-by: xuelei
2016-12-14 10:40:59 +08:00