Wed, 07 Sep 2016 09:20:10 +0200 8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
tschatzl [Wed, 07 Sep 2016 09:20:10 +0200] rev 40922
8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info Summary: Separate number of workers used debugging information from adaptive worker sizing log messages. Reviewed-by: ehelin, sjohanss, jmasa
Tue, 06 Sep 2016 22:52:35 +0200 Merge
rprotacio [Tue, 06 Sep 2016 22:52:35 +0200] rev 40921
Merge
Tue, 06 Sep 2016 16:29:32 -0400 8161224: CONSTANT_NameAndType_info permits references to illegal names and descriptors
rprotacio [Tue, 06 Sep 2016 16:29:32 -0400] rev 40920
8161224: CONSTANT_NameAndType_info permits references to illegal names and descriptors Summary: Enforces proper format checking for NameAndType string content, and that the checking occurs even when not referenced in classfile Reviewed-by: coleenp, hseigel, ddmitriev
Tue, 06 Sep 2016 09:54:45 +0300 8165114: stale reference to hotspot test Test8028623.java
dsamersoff [Tue, 06 Sep 2016 09:54:45 +0300] rev 40919
8165114: stale reference to hotspot test Test8028623.java Summary: Remove Test8028623.java from hotspot/test/TEST.groups Reviewed-by: sla, dholmes Contributed-by: sharath.ballal@oracle.com
Mon, 05 Sep 2016 20:40:08 -0400 8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile
mdoerr [Mon, 05 Sep 2016 20:40:08 -0400] rev 40918
8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile Reviewed-by: kbarrett, dholmes
Wed, 31 Aug 2016 09:38:46 +0200 8164939: GTest LogDecorations.iso8601_time_test fails on macOS
mlarsson [Wed, 31 Aug 2016 09:38:46 +0200] rev 40917
8164939: GTest LogDecorations.iso8601_time_test fails on macOS Reviewed-by: sla, dsamersoff
Tue, 30 Aug 2016 21:35:56 +0300 8157468: gc/testlibrary contains a lot of duplicated code
kzhaldyb [Tue, 30 Aug 2016 21:35:56 +0300] rev 40916
8157468: gc/testlibrary contains a lot of duplicated code Reviewed-by: dfazunen, iignatyev
Fri, 02 Sep 2016 11:18:04 +0200 Merge
tschatzl [Fri, 02 Sep 2016 11:18:04 +0200] rev 40915
Merge
Fri, 02 Sep 2016 09:49:10 +0200 8164936: G1 age table printout contains contents from previous GC
tschatzl [Fri, 02 Sep 2016 09:49:10 +0200] rev 40914
8164936: G1 age table printout contains contents from previous GC Summary: Split tenuring threshold update and printing into two separate parts so that they can be used independently. Reviewed-by: jmasa, sangheki
Fri, 02 Sep 2016 08:51:26 +0200 8165215: Setting same UL tag multiple times matches wrong tagset
rehn [Fri, 02 Sep 2016 08:51:26 +0200] rev 40913
8165215: Setting same UL tag multiple times matches wrong tagset Reviewed-by: mlarsson, rprotacio
Fri, 02 Sep 2016 01:39:47 +0000 Merge
kzhaldyb [Fri, 02 Sep 2016 01:39:47 +0000] rev 40912
Merge
Thu, 01 Sep 2016 20:46:40 +0300 8164039: Convert test_memset_with_concurrent_readers to GTest
kzhaldyb [Thu, 01 Sep 2016 20:46:40 +0300] rev 40911
8164039: Convert test_memset_with_concurrent_readers to GTest Reviewed-by: iignatyev, kbarrett
Fri, 02 Sep 2016 00:08:18 +0000 Merge
coleenp [Fri, 02 Sep 2016 00:08:18 +0000] rev 40910
Merge
Thu, 01 Sep 2016 18:02:13 -0400 8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative
coleenp [Thu, 01 Sep 2016 18:02:13 -0400] rev 40909
8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative Reviewed-by: dcubed
Thu, 01 Sep 2016 15:20:56 -0700 Merge
amurillo [Thu, 01 Sep 2016 15:20:56 -0700] rev 40908
Merge
Thu, 01 Sep 2016 14:09:01 -0700 Merge
amurillo [Thu, 01 Sep 2016 14:09:01 -0700] rev 40907
Merge
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip