hg: jdk9/client/jdk: 20 new changesets
david.dehaven at oracle.com
david.dehaven at oracle.com
Mon Dec 5 22:12:51 UTC 2016
Changeset: fdc2a054d947
Author: redestad
Date: 2016-12-01 19:03 +0100
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/fdc2a054d947
8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
Reviewed-by: rriggs, alanb
! src/java.base/share/classes/java/io/FilePermission.java
Changeset: 46b340c4e9bf
Author: lana
Date: 2016-12-01 21:01 +0000
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/46b340c4e9bf
Added tag jdk-9+147 for changeset c41140100bf1
! .hgtags
Changeset: 7b997de570ba
Author: lana
Date: 2016-12-01 21:39 +0000
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/7b997de570ba
Merge
- src/java.base/share/classes/java/lang/module/Dependence.java
- src/java.base/share/classes/sun/util/locale/provider/ResourceBundleProviderSupport.java
- test/java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.html
- test/java/lang/Class/getResource/src/m3/module-info.java
- test/java/lang/Class/getResource/src/m3/p3/Main.java
- test/java/lang/ClassLoader/getResource/modules/src/m3/module-info.java
- test/java/lang/ClassLoader/getResource/modules/src/m3/p3/Main.java
- test/java/lang/reflect/Module/access/src/target/p/Exported.java
- test/java/lang/reflect/Module/access/src/target/p/Helper.java
- test/java/lang/reflect/Module/access/src/target/q/Internal.java
- test/java/net/Authenticator/B4933582.sh
- test/java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
- test/java/util/ServiceLoader/Basic.java
- test/java/util/ServiceLoader/FooProvider1.java
- test/java/util/ServiceLoader/FooProvider2.java
- test/java/util/ServiceLoader/FooProvider3.java
- test/java/util/ServiceLoader/FooService.java
- test/java/util/ServiceLoader/Load.java
- test/java/util/ServiceLoader/basic.sh
- test/java/util/ServiceLoader/modules/MiscTests.java
- test/java/util/ServiceLoader/modules/ServicesTest.java
- test/java/util/ServiceLoader/modules/src/bananascript/module-info.java
- test/java/util/ServiceLoader/modules/src/bananascript/org/banana/BananaScript.java
- test/java/util/ServiceLoader/modules/src/bananascript/org/banana/BananaScriptEngineFactory.java
- test/java/util/ServiceLoader/modules/src/test/module-info.java
- test/java/util/ServiceLoader/modules/src/test/test/Main.java
Changeset: 685512caa8bf
Author: sherman
Date: 2016-12-01 15:42 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/685512caa8bf
8167328: jar -d m.jar hangs
Reviewed-by: alanb, mchung, chegar
! src/jdk.jartool/share/classes/sun/tools/jar/Main.java
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties
! test/tools/jar/modularJar/Basic.java
Changeset: b1b62e236357
Author: psandoz
Date: 2016-12-01 17:52 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/b1b62e236357
8170155: StringBuffer and StringBuilder stream methods are not late-binding
Reviewed-by: sherman
! src/java.base/share/classes/java/lang/AbstractStringBuilder.java
! src/java.base/share/classes/java/lang/StringUTF16.java
! test/TEST.groups
+ test/java/util/Spliterator/SpliteratorFailFastTest.java
+ test/java/util/Spliterator/SpliteratorLateBindingFailFastHelper.java
- test/java/util/Spliterator/SpliteratorLateBindingFailFastTest.java
+ test/java/util/Spliterator/SpliteratorLateBindingTest.java
! test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java
Changeset: 35c87712682f
Author: amlu
Date: 2016-12-02 10:56 +0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/35c87712682f
8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList
Reviewed-by: darcy
! test/ProblemList.txt
Changeset: 99dd72e05060
Author: mli
Date: 2016-12-02 00:47 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/99dd72e05060
8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException
Reviewed-by: chegar
! test/com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
Changeset: 08f81d321087
Author: mli
Date: 2016-12-02 01:11 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/08f81d321087
8080550: java/rmi/server/useCustomRef/UseCustomRef.java failed with java.net.BindException intermittently
Reviewed-by: chegar
! test/java/rmi/server/useCustomRef/UseCustomRef.java
Changeset: 08f94540f074
Author: mli
Date: 2016-12-02 02:01 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/08f94540f074
8078587: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java fails intermittently with Port already in use
Reviewed-by: chegar
! test/java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java
Changeset: bc6c31fd98cf
Author: dfuchs
Date: 2016-12-02 13:18 +0000
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/bc6c31fd98cf
8169495: Add a method to set an Authenticator on a HttpURLConnection.
Summary: new public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection.
Reviewed-by: chegar
! src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl.java
! src/java.base/share/classes/java/net/Authenticator.java
! src/java.base/share/classes/java/net/HttpURLConnection.java
! src/java.base/share/classes/sun/net/www/http/HttpClient.java
! src/java.base/share/classes/sun/net/www/protocol/http/AuthCache.java
! src/java.base/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java
+ src/java.base/share/classes/sun/net/www/protocol/http/AuthenticatorKeys.java
! src/java.base/share/classes/sun/net/www/protocol/http/BasicAuthentication.java
! src/java.base/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
! src/java.base/share/classes/sun/net/www/protocol/http/HttpCallerInfo.java
! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
! src/java.base/share/classes/sun/net/www/protocol/http/NTLMAuthenticationProxy.java
! src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java
! src/java.base/share/classes/sun/net/www/protocol/https/HttpsClient.java
! src/java.base/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java
! src/java.base/unix/classes/sun/net/www/protocol/http/ntlm/NTLMAuthentication.java
! src/java.base/windows/classes/sun/net/www/protocol/http/ntlm/NTLMAuthentication.java
! src/java.security.jgss/share/classes/sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java
+ test/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java
+ test/java/net/HttpURLConnection/SetAuthenticator/HTTPTest.java
+ test/java/net/HttpURLConnection/SetAuthenticator/HTTPTestClient.java
+ test/java/net/HttpURLConnection/SetAuthenticator/HTTPTestServer.java
! test/java/net/HttpURLConnection/getResponseCode.java
Changeset: edf69d3b31cc
Author: ihse
Date: 2016-12-02 16:18 +0100
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/edf69d3b31cc
8039103: "explicitly" is misspelled as "explicitely" in configure scripts
Reviewed-by: erikj, tbell
! make/lib/Awt2dLibraries.gmk
Changeset: b6bad6302dc8
Author: gromero
Date: 2016-11-28 11:13 -0500
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/b6bad6302dc8
8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
Reviewed-by: mdoerr, erikj, simonis, aph
! make/lib/CoreLibraries.gmk
Changeset: ea9502bce1a9
Author: psandoz
Date: 2016-12-02 10:05 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/ea9502bce1a9
8166914: URLClassLoader spec needs to mention that it's MR-aware
Reviewed-by: mchung, alanb
! src/java.base/share/classes/java/net/URLClassLoader.java
! src/java.base/share/classes/java/util/jar/JarFile.java
Changeset: 5dbefe6fe4e4
Author: mchung
Date: 2016-12-02 11:00 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/5dbefe6fe4e4
8170633: backslashes in gensrc/module-info.java comments need escaping
Reviewed-by: alanb, psandoz, wetmore
! make/src/classes/build/tools/module/GenModuleInfoSource.java
Changeset: 150206269f3f
Author: mchung
Date: 2016-12-02 11:05 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/150206269f3f
8170660: RMI regression test failures due to missing @build TestLibrary
Reviewed-by: lancea
Contributed-by: Abdul Kolarkunnu <abdul.kolarkunnu at oracle.com>
! test/com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
Changeset: 8d4eb53e3933
Author: mullan
Date: 2016-12-02 14:22 -0500
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/8d4eb53e3933
8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
Reviewed-by: ascarpino
! src/java.base/share/classes/sun/security/provider/certpath/AlgorithmChecker.java
! test/sun/security/ssl/X509TrustManagerImpl/PKIXExtendedTM.java
Changeset: a5eb1d52e445
Author: mullan
Date: 2016-12-02 14:24 -0500
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/a5eb1d52e445
Merge
Changeset: ed6586330575
Author: darcy
Date: 2016-12-02 18:03 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/ed6586330575
8170670: Problem list com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java until fix of JDK-8170669
Reviewed-by: smarks
! test/ProblemList.txt
Changeset: 5c9389804cbc
Author: rgoel
Date: 2016-12-05 12:53 +0530
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/5c9389804cbc
8075577: java.time does not support HOST provider
Reviewed-by: okutsu, rriggs
! src/java.base/macosx/classes/sun/util/locale/provider/HostLocaleProviderAdapterImpl.java
! src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java
! src/java.base/share/classes/module-info.java
+ src/java.base/share/classes/sun/text/spi/JavaTimeDateTimePatternProvider.java
! src/java.base/share/classes/sun/util/locale/provider/AuxLocaleProviderAdapter.java
! src/java.base/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java
+ src/java.base/share/classes/sun/util/locale/provider/JavaTimeDateTimePatternImpl.java
! src/java.base/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java
! src/java.base/windows/classes/sun/util/locale/provider/HostLocaleProviderAdapterImpl.java
Changeset: a8bd20a067d5
Author: ddehaven
Date: 2016-12-05 08:36 -0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/a8bd20a067d5
Merge
- test/java/util/Spliterator/SpliteratorLateBindingFailFastTest.java
More information about the jdk9-client-changes
mailing list