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