coleenp [Thu, 10 Mar 2016 14:20:59 -0500] rev 37313
8150778: Reduce Throwable.getStackTrace() calls to the JVM
Summary: replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: dfuchs, mchung, shade, hseigel
jwilhelm [Wed, 09 Mar 2016 14:18:11 +0100] rev 37312
Merge
mchung [Tue, 12 Apr 2016 18:58:21 -0700] rev 37311
8153665: URLClassLoader::definePackage no longer inspect packages from ancestors
Reviewed-by: alanb
redestad [Tue, 12 Apr 2016 21:41:28 +0200] rev 37310
8154067: Avoid early use of limited privilege escalation in InnerClassLambdaMetafactory
Reviewed-by: alanb, mchung, mullan, briangoetz
rhalade [Tue, 12 Apr 2016 09:37:46 -0700] rev 37309
8153829: javax/net/ssl/Stapling/HttpsUrlConnClient.java fails intermittently with NullPointerException
Reviewed-by: xuelei, jnimeh
redestad [Tue, 12 Apr 2016 18:25:10 +0200] rev 37308
8153213: Jar manifest attribute "Multi-Release" accepts any value
Reviewed-by: psandoz, redestad
Contributed-by: steve.drach@oracle.com
amlu [Tue, 12 Apr 2016 13:53:48 +0800] rev 37307
8068693: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing.
8153209: java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException.
Summary: for JDK-8068693, 500ms is too short on busy system for channel to be closed or for thread blocking on IO to be interrupted, increase the time from 500ms to 10000ms. for JDK-8153209, it's a test regression due to JDK-8151582, do not sleep when running tests for CONNECT/FINISH_CONNECT, sleep for other test cases.
Reviewed-by: bpb, martin, rriggs
Contributed-by: Hamlin Li <huaming.li@oracle.com>
amlu [Tue, 12 Apr 2016 09:54:55 +0800] rev 37306
8154031: Mark tools/pack200/BandIntegrity.java as intermittently failing
Reviewed-by: darcy
peytoia [Tue, 12 Apr 2016 10:15:09 +0900] rev 37305
8150324: java/util/Currency/CurrencyTest.java does not restore default TimeZone
Reviewed-by: okutsu, peytoia
Contributed-by: Nishit Jain <nishit.jain@oracle.com>
smarks [Mon, 11 Apr 2016 11:45:30 -0700] rev 37304
8145461: finalize and integrate @Deprecated annotation specification change
Reviewed-by: scolebourne, chegar, lancea