vlivanov [Mon, 09 May 2016 13:12:48 +0300] rev 38359
Merge
vlivanov [Mon, 09 May 2016 12:39:41 +0300] rev 38358
Merge
vlivanov [Fri, 06 May 2016 18:21:41 +0300] rev 38357
Merge
psandoz [Thu, 05 May 2016 18:14:47 -0700] rev 38356
8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
Reviewed-by: chegar, shade, forax, vlivanov
shade [Wed, 04 May 2016 17:17:28 +0300] rev 38355
8155739: [TESTBUG] VarHandles/Unsafe tests for weakCAS should allow spurious failures
Reviewed-by: psandoz, vlivanov, simonis
neliasso [Fri, 29 Apr 2016 09:40:08 +0200] rev 38354
8142464: PlatformLoggerTest.java throws java.lang.RuntimeException: Logger test.logger.bar does not exist
Summary: Test doesn't keep strong references to loggers
Reviewed-by: kvn
sspitsyn [Sun, 08 May 2016 08:25:10 +0000] rev 38353
Merge
sgehwolf [Mon, 25 Apr 2016 15:32:35 +0200] rev 38352
8154529: some places in the invoke.c that use InvokeRequest* not protected with invokerLock
Reviewed-by: sspitsyn
mikael [Fri, 06 May 2016 15:59:27 -0700] rev 38351
8150921: Update Unsafe getters/setters to use double-register variants
Reviewed-by: dholmes, shade, psandoz, jrose
amurillo [Fri, 06 May 2016 06:23:30 -0700] rev 38350
Merge
amurillo [Thu, 05 May 2016 12:35:54 -0700] rev 38349
Merge
dsamersoff [Fri, 06 May 2016 11:47:45 +0300] rev 38348
8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely"
Summary: Don't print stream closed message during shutdown
Reviewed-by: dcubed, sla, dsamersoff
Contributed-by: sharath.ballal@oracle.com
bchristi [Thu, 05 May 2016 11:44:01 -0700] rev 38347
8147039: Incorrect locals and operands in compiled frames
Summary: Implement stack walking using javaVFrame instead of vframeStream
Reviewed-by: mchung, vlivanov
hb [Thu, 05 May 2016 01:52:03 -0700] rev 38346
8154166: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
Summary: Fix the RuntimeException issue
Reviewed-by: jbachorik
mockner [Fri, 29 Apr 2016 22:39:44 -0400] rev 38345
8154110: Update class* and safepoint* logging subsystems
Summary: Refactored logging tags in class and safepoint subsystems.
Reviewed-by: coleenp, rehn, hseigel