Wed, 07 Sep 2016 16:17:20 +0200 Merge
ddmitriev [Wed, 07 Sep 2016 16:17:20 +0200] rev 40966
Merge
Wed, 07 Sep 2016 15:34:38 +0300 8165513: Quarantine sun/tools/jps/TestJpsJar.java
ddmitriev [Wed, 07 Sep 2016 15:34:38 +0300] rev 40965
8165513: Quarantine sun/tools/jps/TestJpsJar.java Reviewed-by: dsamersoff
Wed, 07 Sep 2016 07:21:43 -0400 8058575: IllegalAccessError trying to access package-private class from VM anonymous class
hseigel [Wed, 07 Sep 2016 07:21:43 -0400] rev 40964
8058575: IllegalAccessError trying to access package-private class from VM anonymous class Summary: Put anonymous classes in unnamed package into host class's package. Throw exception if host class's package differs from anonymous class. Reviewed-by: coleenp, acorn
Wed, 07 Sep 2016 03:35:45 +0000 Merge
sspitsyn [Wed, 07 Sep 2016 03:35:45 +0000] rev 40963
Merge
Tue, 06 Sep 2016 20:27:47 -0700 6822627: NPE at ReferenceTypeImpl.constantPool
sspitsyn [Tue, 06 Sep 2016 20:27:47 -0700] rev 40962
6822627: NPE at ReferenceTypeImpl.constantPool Summary: fix the NullPointerException bug Reviewed-by: sspitsyn, dsamersoff Contributed-by: egor.ushakov@jetbrains.com
Tue, 06 Sep 2016 09:37:55 +0300 8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes
dsamersoff [Tue, 06 Sep 2016 09:37:55 +0300] rev 40961
8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes Summary: Change /test/lib/share/classes to /test/lib in HeapDumpTest.java Reviewed-by: dsamersoff, ctornqvi Contributed-by: sharath.ballal@oracle.com
Fri, 02 Sep 2016 11:20:33 -0400 8165293: Remove ClassesByName2Test.java and RedefineCrossEvent.java from ProblemList.txt
gtriantafill [Fri, 02 Sep 2016 11:20:33 -0400] rev 40960
8165293: Remove ClassesByName2Test.java and RedefineCrossEvent.java from ProblemList.txt Reviewed-by: dcubed
Thu, 01 Sep 2016 15:20:57 -0700 Merge
amurillo [Thu, 01 Sep 2016 15:20:57 -0700] rev 40959
Merge
Thu, 01 Sep 2016 14:09:04 -0700 Merge
amurillo [Thu, 01 Sep 2016 14:09:04 -0700] rev 40958
Merge
Wed, 31 Aug 2016 10:28:37 +0000 Merge
dsamersoff [Wed, 31 Aug 2016 10:28:37 +0000] rev 40957
Merge
Wed, 31 Aug 2016 12:10:00 +0300 8066635: Fix deprecation warnings in java.management module
dsamersoff [Wed, 31 Aug 2016 12:10:00 +0300] rev 40956
8066635: Fix deprecation warnings in java.management module Summary: Fixed deprecation warnings in java.management module Reviewed-by: dholmes Contributed-by: amit.sapre@oracle.com
Wed, 31 Aug 2016 11:46:59 +0300 8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
dsamersoff [Wed, 31 Aug 2016 11:46:59 +0300] rev 40955
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22" Summary: Accounted for the new JVMCI related Deoptimization Reasons. Reviewed-by: dsamersoff, sla Contributed-by: jini.george@oracle.com
Tue, 30 Aug 2016 23:46:02 -0400 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett [Tue, 30 Aug 2016 23:46:02 -0400] rev 40954
8156500: Move Reference pending list into VM to prevent deadlocks Summary: Move reference pending list and locking into VM Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart Contributed-by: kim.barrett@oracle.com, per.liden@oracle.com
Mon, 29 Aug 2016 11:59:52 +0300 8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools
dsamersoff [Mon, 29 Aug 2016 11:59:52 +0300] rev 40953
8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools Summary: Cleanup build tag Reviewed-by: iklam, rehn, ctornqvi
Fri, 26 Aug 2016 10:14:15 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:14:15 -0700] rev 40952
Merge
Fri, 26 Aug 2016 13:11:39 +0300 8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout.
dsamersoff [Fri, 26 Aug 2016 13:11:39 +0300] rev 40951
8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout. Summary: Update jmap-hashcode/Test8028623.java to use LingeredApp and rename it to jhsdb/HeapDumpTest.java Reviewed-by: dsamersoff, dholmes Contributed-by: sharath.ballal@oracle.com
Thu, 25 Aug 2016 12:24:16 +0900 8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
ysuenaga [Thu, 25 Aug 2016 12:24:16 +0900] rev 40950
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap Reviewed-by: dholmes, sjohanss
Wed, 14 Sep 2016 17:28:17 +0300 8166032: Fix module dependencies for javax.SSL tests
skovalev [Wed, 14 Sep 2016 17:28:17 +0300] rev 40949
8166032: Fix module dependencies for javax.SSL tests Reviewed-by: xuelei, weijun
Thu, 15 Sep 2016 08:18:57 +0900 8164791: Update existing test cases of test/java/text/Format.
peytoia [Thu, 15 Sep 2016 08:18:57 +0900] rev 40948
8164791: Update existing test cases of test/java/text/Format. Reviewed-by: okutsu, peytoia Contributed-by: nancy.nigam@oracle.com
Wed, 14 Sep 2016 10:12:59 -0700 8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
darcy [Wed, 14 Sep 2016 10:12:59 -0700] rev 40947
8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed Reviewed-by: dfuchs
Wed, 14 Sep 2016 07:37:15 -0700 8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation
jnimeh [Wed, 14 Sep 2016 07:37:15 -0700] rev 40946
8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation Summary: Fix cases where non-certificate issuer information may be passed into the OCSPResponse.verify method, thereby causing NPEs to be thrown. Reviewed-by: xuelei
Wed, 14 Sep 2016 06:46:19 -0700 8165524: Better detect JRE that Linux JLI will be using
ksrini [Wed, 14 Sep 2016 06:46:19 -0700] rev 40945
8165524: Better detect JRE that Linux JLI will be using Reviewed-by: ksrini Contributed-by: chris.bensen@oracle.com
Wed, 14 Sep 2016 14:04:14 +0100 6543126: Level.known can leak memory
dfuchs [Wed, 14 Sep 2016 14:04:14 +0100] rev 40944
6543126: Level.known can leak memory Summary: Custom level instances will now be released when their defining class loader is no longer referenced. Reviewed-by: plevart, mchung, chegar
Wed, 14 Sep 2016 14:29:39 +0200 8166012: [linux] Remove remnants of LinuxThreads from Linux attach framework
stuefe [Wed, 14 Sep 2016 14:29:39 +0200] rev 40943
8166012: [linux] Remove remnants of LinuxThreads from Linux attach framework Reviewed-by: dholmes, alanb
Wed, 14 Sep 2016 11:06:26 +0800 8077138: Some PKCS11 tests fail because NSS library is not initialized
jjiang [Wed, 14 Sep 2016 11:06:26 +0800] rev 40942
8077138: Some PKCS11 tests fail because NSS library is not initialized Summary: Re-building NSS libraries with VS2013 to make the new libraries to depend on msvcr120.dll, which is already distributed with JDK 9 Reviewed-by: vinnie Contributed-by: John Jiang <sha.jiang@oracle.com>
Tue, 13 Sep 2016 15:28:44 +0300 8165870: Fix module dependencies for javax.script/* tests
skovalev [Tue, 13 Sep 2016 15:28:44 +0300] rev 40941
8165870: Fix module dependencies for javax.script/* tests Reviewed-by: sundar Contributed-by: sergei.kovalev@oracle.com
Tue, 13 Sep 2016 13:55:35 -0700 8163798: Create a JarFile versionedStream method
sdrach [Tue, 13 Sep 2016 13:55:35 -0700] rev 40940
8163798: Create a JarFile versionedStream method Reviewed-by: mchung, psandoz, redestad
Tue, 13 Sep 2016 20:59:43 +0530 8163320: JAVA_VERSION in release file should come from java.base module
sundar [Tue, 13 Sep 2016 20:59:43 +0530] rev 40939
8163320: JAVA_VERSION in release file should come from java.base module Reviewed-by: mchung
Tue, 13 Sep 2016 14:47:29 +0100 6947916: JarURLConnection does not handle useCaches correctly
robm [Tue, 13 Sep 2016 14:47:29 +0100] rev 40938
6947916: JarURLConnection does not handle useCaches correctly Reviewed-by: chegar
Tue, 13 Sep 2016 17:00:06 +0530 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
vtewari [Tue, 13 Sep 2016 17:00:06 +0530] rev 40937
8075484: SocketInputStream.socketRead0 can hang even with soTimeout set Reviewed-by: chegar, dsamersoff, msheppar, clanger
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip