hg: jdk8u/jdk8u/jdk: 11 new changesets
gnu.andrew at redhat.com
gnu.andrew at redhat.com
Fri Dec 13 08:40:49 UTC 2019
Changeset: 1d666f78532a
Author: akozlov
Date: 2019-12-13 07:19 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/1d666f78532a
8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call
8194653: Deadlock involving FileSystems.getDefault and System.loadLibrary call
Reviewed-by: andrew, adinn, phh
! src/share/classes/java/lang/ClassLoader.java
! src/share/classes/java/lang/Runtime.java
! src/share/classes/java/lang/System.java
+ test/java/lang/Runtime/loadLibrary/LoadLibraryTest.java
+ test/java/lang/Runtime/loadLibrary/src/Target.java
+ test/java/lang/Runtime/loadLibrary/src/Target2.java
Changeset: 8580f628c961
Author: prr
Date: 2019-12-13 07:26 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8580f628c961
8198649: Switch AWT/Swing's default GTK version to 3
8222496: [8u] Switch on GTK3 as a default GTK L&F in client-libs
Reviewed-by: psadhukhan, kaddepalli
! src/solaris/native/sun/awt/gtk_interface.c
Changeset: 121f6d8ba300
Author: rriggs
Date: 2013-12-05 15:49 -0500
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/121f6d8ba300
8029629: java/lang/ProcessBuilder/Basic.java fails intermittently
Summary: Improved test for Thread.interrupt
Reviewed-by: martin, rriggs
Contributed-by: martinrb at google.com
! test/java/lang/ProcessBuilder/Basic.java
Changeset: 917250de9dc2
Author: andrew
Date: 2019-12-13 08:02 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/917250de9dc2
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
Reviewed-by: martin, andrew
! src/solaris/classes/java/lang/UNIXProcess.java
! src/windows/classes/java/lang/ProcessImpl.java
! src/windows/native/java/lang/ProcessImpl_md.c
! test/java/lang/ProcessBuilder/Basic.java
Changeset: 85f8b33f5508
Author: andrew
Date: 2019-12-13 08:08 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/85f8b33f5508
8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837
Summary: Puts sun/security/pkcs11/Secmod/AddTrustedCert.java and sun/security/pkcs11/tls/TestKeyMaterial.java into ProblemList
Reviewed-by: weijun, coffeys
! test/ProblemList.txt
Changeset: f57269c2338a
Author: sgehwolf
Date: 2019-12-13 08:11 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/f57269c2338a
8195088: [TEST_BUG] StartManagementAgent got unexpected exception
Reviewed-by: sspitsyn, andrew
! test/com/sun/tools/attach/StartManagementAgent.java
Changeset: 0b4619a5154a
Author: mbalao
Date: 2017-02-06 17:28 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/0b4619a5154a
8173956: KeyStore regression due to default keystore being changed to PKCS12
Reviewed-by: xuelei, andrew
! src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java
+ test/sun/security/pkcs12/MixedcaseAlias.java
Changeset: d7e0d044978a
Author: mbalao
Date: 2017-01-03 21:05 -0800
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d7e0d044978a
8170641: sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails with timeout
Summary: The fix sets timeout for the server and the client, and ignore SocketTimeoutException.
Reviewed-by: chegar, phh, andrew
Contributed-by: John Jiang <sha.jiang at oracle.com>
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.java
- test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.java
- test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/ProxyTunnelServer.java
Changeset: 150cd1ed08dd
Author: chegar
Date: 2016-02-15 14:25 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/150cd1ed08dd
8134424: BlockDataInputStream.readUTFBody: size local StringBuffer with the given length
Reviewed-by: rriggs, shade
! src/share/classes/java/io/ObjectInputStream.java
Changeset: dcc7224f7184
Author: mbalao
Date: 2019-06-21 08:07 +0000
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/dcc7224f7184
8133489: Better messaging for PKIX path validation matching
Reviewed-by: xuelei, phh, andrew
! src/share/classes/java/security/cert/X509CertSelector.java
! test/java/security/cert/CertPathBuilder/selfIssued/KeyUsageMatters.java
Changeset: 11738c562638
Author: mbalao
Date: 2016-04-13 16:05 -0700
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/11738c562638
8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java failed with interrupted! (timed out?)
Reviewed-by: valeriep, andrew, phh
! test/sun/security/provider/DSA/TestAlgParameterGenerator.java
More information about the jdk8u-changes
mailing list