sla [Tue, 22 Mar 2016 19:29:27 +0100] rev 37321
7153107: com/sun/jdi/InterruptHangTest.java fails in nightlies
Summary: Increased timeouts and added timestamped logging
Reviewed-by: sspitsyn
sla [Tue, 22 Mar 2016 19:29:25 +0100] rev 37320
8151887: com/sun/jdi/RedefineClearBreakpoint.sh failed with timeout
Summary: Take timeout factor into account
Reviewed-by: dsamersoff
hb [Tue, 22 Mar 2016 01:13:06 -0700] rev 37319
8151797: java/lang/management/ThreadMXBean/ThreadLists.java : inconsistent results
Summary: Create ThreadMXBean at the beginning of test so that call-site cleaner thread will be started
Reviewed-by: sla
hb [Mon, 21 Mar 2016 20:39:54 -0700] rev 37318
8031753: JMXServiceURL should not use getLocalHost or its usage should be enhanced
Summary: JMXServiceURL should not use getLocalHost or its usage should be enhanced
Reviewed-by: jbachorik
jwilhelm [Sat, 19 Mar 2016 01:23:44 +0100] rev 37317
Merge
redestad [Thu, 17 Mar 2016 10:26:59 +0100] rev 37316
8152074: Avoid lambda usage in StringConcatFactory initializer
Reviewed-by: shade, forax, chegar
ysuenaga [Tue, 15 Mar 2016 12:27:26 +0900] rev 37315
8151709: jhsdb should show help message in SALauncher.
Reviewed-by: dsamersoff
ysuenaga [Fri, 04 Mar 2016 18:13:04 +0900] rev 37314
8151181: Add JSnap to jhsdb
Reviewed-by: dsamersoff
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>