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
Mandy Chung
5a7ecc5b78
8172215: java launcher no longer accepts -cp "" empty string
...
Reviewed-by: alanb, dholmes, psandoz
2017-01-04 09:50:21 -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
Vyom Tewari
7516f0284c
8168840: InetAddress.getByName() throws java.net.UnknownHostException no such interface when used with virtual interfaces on Solaris
...
Reviewed-by: chegar, clanger
2016-12-23 13:53:22 +05:30
Christoph Langer
88f43b3b3c
8171906: Changes for 8148023 break AIX build
...
Reviewed-by: goetz, bpb
2016-12-23 07:54:05 +01: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
Christoph Langer
a717e4a14b
8171077: Use getaddrinfo/getnameinfo in Windows Inet4AddresImpl native code
...
Reviewed-by: chegar
2016-12-20 10:49:50 +01: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
Bob Vandette
7a50f217c2
8168503: JEP 297: Unified arm32/arm64 Port
...
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
2016-12-19 12:39:21 -05:00
Christoph Langer
117454e979
8171075: Inet4AddressImpl: Remove duplicate and (no longer used ?) native coding for BSD
...
Reviewed-by: goetz
2016-12-19 09:32:10 +01:00
Jesper Wilhelmsson
ed2d488807
Merge
2016-12-18 15:37:45 +01: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
Erik Joelsson
5e0f6d2b0c
8171245: Solaris builds fails after JDK-8170663
...
Reviewed-by: naoto
2016-12-14 19:46:21 +01: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
Jesper Wilhelmsson
82b04dbfd7
Merge
2016-12-13 02:04:19 +01:00
Michael McMahon
dd620cb591
8170920: SO_RCVBUF and SO_SNDBUF options problem for network channels on MacOS
...
Reviewed-by: chegar, clanger
2016-12-12 14:40:56 +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
Vladimir Kozlov
3c6287a42c
8171008: Integrate AOT compiler into JDK
...
Reviewed-by: erikj, mchung, twisti, simonis
2016-12-11 18:47:11 -08:00
Vladimir Kozlov
b0ec3b0ab4
8166417: Integrate Graal-core into JDK for AOT compiler
...
Reviewed-by: iveresov, erikj, ihse, mchung
2016-12-11 12:06:55 -08: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