Thu, 01 Sep 2016 18:15:49 +0300 Merge
kzhaldyb [Thu, 01 Sep 2016 18:15:49 +0300] rev 40906
Merge
Mon, 29 Aug 2016 20:15:12 +0300 8164230: Convert TestCodeCacheRemSet_test to GTest
kzhaldyb [Mon, 29 Aug 2016 20:15:12 +0300] rev 40905
8164230: Convert TestCodeCacheRemSet_test to GTest Reviewed-by: mgerdin, dfazunen
Mon, 22 Aug 2016 16:43:56 +0300 8164028: Convert TestPredictions_test to GTest
kzhaldyb [Mon, 22 Aug 2016 16:43:56 +0300] rev 40904
8164028: Convert TestPredictions_test to GTest Reviewed-by: jwilhelm, dfazunen, ehelin
Mon, 15 Aug 2016 13:18:35 +0300 8163860: Convert TestOldFreeSpaceCalculation_test to GTest
kzhaldyb [Mon, 15 Aug 2016 13:18:35 +0300] rev 40903
8163860: Convert TestOldFreeSpaceCalculation_test to GTest Reviewed-by: iignatyev, dfazunen
Mon, 29 Aug 2016 14:11:22 +0200 8157948: UL allows same log file with multiple file=
mlarsson [Mon, 29 Aug 2016 14:11:22 +0200] rev 40902
8157948: UL allows same log file with multiple file= Reviewed-by: dholmes, rehn
Wed, 24 Aug 2016 19:21:20 +0300 8164743: Convert TestAsUtf8 to GTest
kzhaldyb [Wed, 24 Aug 2016 19:21:20 +0300] rev 40901
8164743: Convert TestAsUtf8 to GTest Reviewed-by: dholmes, rprotacio
Wed, 24 Aug 2016 18:10:09 +0300 8164738: Convert AltHashing_test to GTest
kzhaldyb [Wed, 24 Aug 2016 18:10:09 +0300] rev 40900
8164738: Convert AltHashing_test to GTest Reviewed-by: dholmes, coleenp
Thu, 01 Sep 2016 08:30:17 +0200 8163589: Add back class id intrinsic method for event based tracing
rehn [Thu, 01 Sep 2016 08:30:17 +0200] rev 40899
8163589: Add back class id intrinsic method for event based tracing Reviewed-by: kvn, mgronlun
Wed, 31 Aug 2016 19:41:57 -0400 8165014: Unaligned unsafe access should throw InternalError on Solaris
mdoerr [Wed, 31 Aug 2016 19:41:57 -0400] rev 40898
8165014: Unaligned unsafe access should throw InternalError on Solaris Reviewed-by: dholmes, coleenp
Wed, 31 Aug 2016 16:41:01 +0000 Merge
hseigel [Wed, 31 Aug 2016 16:41:01 +0000] rev 40897
Merge
Wed, 31 Aug 2016 10:27:32 -0400 8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties
hseigel [Wed, 31 Aug 2016 10:27:32 -0400] rev 40896
8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties Summary: Change the checks for module related properties to look for specific properties, not just jdk.module Reviewed-by: coleenp, gziemski, ddmitriev
Wed, 31 Aug 2016 16:48:26 +0200 8164862: 2 JVMCI tests should not be executed on linux-x86
erikj [Wed, 31 Aug 2016 16:48:26 +0200] rev 40895
8164862: 2 JVMCI tests should not be executed on linux-x86 Reviewed-by: kvn, gtriantafill
Wed, 31 Aug 2016 06:35:19 -0400 8164692: InstanceKlass::_previous_version_count goes negative
coleenp [Wed, 31 Aug 2016 06:35:19 -0400] rev 40894
8164692: InstanceKlass::_previous_version_count goes negative Summary: decrement previous_version_count when it's removed from the list. Reviewed-by: dcubed, dlong, sspitsyn
Wed, 31 Aug 2016 11:47:14 +0300 8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
dsamersoff [Wed, 31 Aug 2016 11:47:14 +0300] rev 40893
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22" Summary: Accounted for the new JVMCI related Deoptimization Reasons. Reviewed-by: dsamersoff, sla Contributed-by: jini.george@oracle.com
Tue, 30 Aug 2016 23:48:16 -0400 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett [Tue, 30 Aug 2016 23:48:16 -0400] rev 40892
8156500: Move Reference pending list into VM to prevent deadlocks Summary: Move reference pending list and locking into VM Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart Contributed-by: kim.barrett@oracle.com, per.liden@oracle.com
Tue, 30 Aug 2016 12:48:03 +0300 8148103: add more tests for task "Update JDI and JDWP for modules"
akulyakh [Tue, 30 Aug 2016 12:48:03 +0300] rev 40891
8148103: add more tests for task "Update JDI and JDWP for modules" Summary: A new JDWP test Reviewed-by: sspitsyn
Tue, 30 Aug 2016 09:25:18 +0000 Merge
dsamersoff [Tue, 30 Aug 2016 09:25:18 +0000] rev 40890
Merge
Tue, 30 Aug 2016 11:06:25 +0300 8164562: serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE
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
Tue, 30 Aug 2016 09:17:49 +0200 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
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
Mon, 29 Aug 2016 20:13:45 -0400 8158854: Ensure release_store is paired with load_acquire in lock-free code
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
Mon, 29 Aug 2016 23:04:48 +0400 8164660: MinimalVM is not tested with GC tests
dfazunen [Mon, 29 Aug 2016 23:04:48 +0400] rev 40886
8164660: MinimalVM is not tested with GC tests Reviewed-by: jmasa, tschatzl
Fri, 26 Aug 2016 14:27:41 +0200 8150823: UL disables log outputs incorrectly
mlarsson [Fri, 26 Aug 2016 14:27:41 +0200] rev 40885
8150823: UL disables log outputs incorrectly Reviewed-by: rehn, sla
Tue, 05 Apr 2016 16:51:58 +0200 8150894: Unused -Xlog tag sequences are silently ignored.
mlarsson [Tue, 05 Apr 2016 16:51:58 +0200] rev 40884
8150894: Unused -Xlog tag sequences are silently ignored. Reviewed-by: rehn, sla
Fri, 26 Aug 2016 14:47:52 -0700 Merge
iveresov [Fri, 26 Aug 2016 14:47:52 -0700] rev 40883
Merge
Thu, 25 Aug 2016 02:10:03 -0700 8158639: C2 compilation fails with SIGSEGV
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
Thu, 25 Aug 2016 12:52:18 +0300 8155635: C2: Mixed unsafe accesses break alias analysis
vlivanov [Thu, 25 Aug 2016 12:52:18 +0300] rev 40881
8155635: C2: Mixed unsafe accesses break alias analysis Reviewed-by: jrose, kvn
Thu, 25 Aug 2016 12:51:10 +0300 8162101: C2: Handle "wide" aliases for unsafe accesses
vlivanov [Thu, 25 Aug 2016 12:51:10 +0300] rev 40880
8162101: C2: Handle "wide" aliases for unsafe accesses Reviewed-by: kvn
Tue, 23 Aug 2016 22:31:48 +0000 Merge
dnsimon [Tue, 23 Aug 2016 22:31:48 +0000] rev 40879
Merge
Tue, 23 Aug 2016 22:24:31 +0000 8164358: [JVMCI] expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI
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
Tue, 23 Aug 2016 12:26:05 -0700 8151988: Hotspot deoptimizes div/mod pair usage
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip