dsamersoff [Tue, 30 Aug 2016 11:06:25 +0300] rev 40889
8164562: serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE
Summary: Addition of –XX:+UnlockDiagnosticVMOptions for the test invocation for jcmd and modularization related cleanup
Reviewed-by: dholmes, mchung
Contributed-by: jini.george@oracle.com
tschatzl [Tue, 30 Aug 2016 09:17:49 +0200] rev 40888
8155917: Memory access in free regions during G1 full gc causes regressions in SPECjvm2008 scimark.fft,lu,sor,sparse with 9+116 on Linux-x64
Summary: Do not unnecessarily touch the memory of free regions during the compaction phase in G1 full gc causing some OSes to allocate physical memory for them, decreasing performance in some situations.
Reviewed-by: mgerdin, jmasa
dholmes [Mon, 29 Aug 2016 20:13:45 -0400] rev 40887
8158854: Ensure release_store is paired with load_acquire in lock-free code
Reviewed-by: shade, dcubed, zgu
dfazunen [Mon, 29 Aug 2016 23:04:48 +0400] rev 40886
8164660: MinimalVM is not tested with GC tests
Reviewed-by: jmasa, tschatzl
mlarsson [Fri, 26 Aug 2016 14:27:41 +0200] rev 40885
8150823: UL disables log outputs incorrectly
Reviewed-by: rehn, sla
mlarsson [Tue, 05 Apr 2016 16:51:58 +0200] rev 40884
8150894: Unused -Xlog tag sequences are silently ignored.
Reviewed-by: rehn, sla
iveresov [Fri, 26 Aug 2016 14:47:52 -0700] rev 40883
Merge
jcm [Thu, 25 Aug 2016 02:10:03 -0700] rev 40882
8158639: C2 compilation fails with SIGSEGV
Summary: fixed the jvms for callsite traps based on declared signature.
Reviewed-by: kvn, vlivanov, dlong
vlivanov [Thu, 25 Aug 2016 12:52:18 +0300] rev 40881
8155635: C2: Mixed unsafe accesses break alias analysis
Reviewed-by: jrose, kvn
vlivanov [Thu, 25 Aug 2016 12:51:10 +0300] rev 40880
8162101: C2: Handle "wide" aliases for unsafe accesses
Reviewed-by: kvn
dnsimon [Tue, 23 Aug 2016 22:31:48 +0000] rev 40879
Merge
dnsimon [Tue, 23 Aug 2016 22:24:31 +0000] rev 40878
8164358: [JVMCI] expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI
Reviewed-by: twisti, kvn, never
vdeshpande [Tue, 23 Aug 2016 12:26:05 -0700] rev 40877
8151988: Hotspot deoptimizes div/mod pair usage
Summary: don't remove control edge of Mod node until DivMod node matching
Reviewed-by: kvn
tpivovarova [Tue, 23 Aug 2016 18:03:37 +0000] rev 40876
Merge
tpivovarova [Tue, 23 Aug 2016 19:53:40 +0300] rev 40875
8164648: [TESTBUG] jittester failed compilation after 8157957
Reviewed-by: vlivanov