dsamersoff [Wed, 31 Aug 2016 10:28:37 +0000] rev 40957
Merge
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
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
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
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
amurillo [Fri, 26 Aug 2016 10:14:15 -0700] rev 40952
Merge
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
ysuenaga [Thu, 25 Aug 2016 12:24:16 +0900] rev 40950
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
Reviewed-by: dholmes, sjohanss
skovalev [Wed, 14 Sep 2016 17:28:17 +0300] rev 40949
8166032: Fix module dependencies for javax.SSL tests
Reviewed-by: xuelei, weijun
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
darcy [Wed, 14 Sep 2016 10:12:59 -0700] rev 40947
8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
Reviewed-by: dfuchs
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
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
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