kbarrett [Mon, 07 Aug 2017 18:50:14 -0400] rev 46767
8185746: Remove Mutex destructor assertion
Summary: Remove unneeded ~Mutex(), improve assertion msg in ~Monitor.
Reviewed-by: dholmes, coleenp, tschatzl
sgehwolf [Mon, 07 Aug 2017 12:19:17 +0200] rev 46766
8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
Summary: Cast to void* within DTRACE_CLASS* macros.
Reviewed-by: coleenp, shade
ysuenaga [Mon, 07 Aug 2017 12:34:21 -0700] rev 46765
8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
Summary: The GetOwnedMonitorInfo() should not return a pending monitor
Reviewed-by: dholmes, dcubed, sspitsyn
zgu [Mon, 07 Aug 2017 13:52:05 -0400] rev 46764
8185884: NMT: taskqueues are miscategorized to mtClass
Summary: Corrected memory type for taskqueue, which should be mtGC instead of mtClass
Reviewed-by: coleenp, shade
kvn [Fri, 04 Aug 2017 21:41:41 -0700] rev 46763
8185843: fix broken HotSpotInternals wiki links
Reviewed-by: dholmes, vlivanov
Contributed-by: muthusamy.chinnathambi@oracle.com
dlong [Fri, 04 Aug 2017 19:59:33 -0700] rev 46762
8185829: Update Graal
Reviewed-by: iveresov
kvn [Sat, 05 Aug 2017 03:05:06 +0200] rev 46761
Merge
kvn [Fri, 04 Aug 2017 14:00:15 -0700] rev 46760
8185802: Enable AVX3 by default
Reviewed-by: thartmann
dcubed [Fri, 04 Aug 2017 16:39:29 -0700] rev 46759
8185879: quarantine gc/stress/gclocker/TestGCLockerWithSerial.java
Reviewed-by: iklam
dcubed [Fri, 04 Aug 2017 16:01:26 -0700] rev 46758
8185876: quarantine compiler/ciReplay/TestSAServer.java
Reviewed-by: kvn
dcubed [Fri, 04 Aug 2017 15:54:50 -0700] rev 46757
8185874: quarantine gc/stress/gclocker/TestGCLockerWithG1.java
Reviewed-by: mseledtsov, kvn
dcubed [Fri, 04 Aug 2017 15:50:26 -0700] rev 46756
8185872: quarantine tests named in JDK-8184042 on MacOS X
Reviewed-by: iklam
kvn [Fri, 04 Aug 2017 12:24:33 -0700] rev 46755
Merge
roland [Mon, 03 Jul 2017 14:33:00 +0200] rev 46754
8182036: Load from initializing arraycopy uses wrong memory state
Reviewed-by: kvn