Thu, 16 Mar 2017 09:05:20 +0100 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl [Thu, 16 Mar 2017 09:05:20 +0100] rev 46330
8155094: Add logging for long lasting methods found in JDK-8152948 Summary: Adds logging for DerivedPointerTable, TLAB preparation and resizing, and new collection set setup work Reviewed-by: kbarrett, sangheki
Wed, 15 Mar 2017 10:25:37 -0400 8155672: Remove instanceKlassHandles and KlassHandles
coleenp [Wed, 15 Mar 2017 10:25:37 -0400] rev 46329
8155672: Remove instanceKlassHandles and KlassHandles Summary: Summary: Use unhandled pointers for Klass and InstanceKlass, remove handles with no implementation. Reviewed-by: dholmes, lfoltan, vlivanov, sspitsyn
Wed, 15 Mar 2017 11:44:46 +0100 8168467: Use TaskEntry as task mark queue elements
tschatzl [Wed, 15 Mar 2017 11:44:46 +0100] rev 46328
8168467: Use TaskEntry as task mark queue elements Summary: Change the mark stack to use TaskEntry queue elements to improve type safety instead of casting around raw pointers. Reviewed-by: kbarrett, sangheki
Tue, 14 Mar 2017 14:07:24 -0400 Merge
coleenp [Tue, 14 Mar 2017 14:07:24 -0400] rev 46327
Merge
Mon, 13 Mar 2017 13:01:47 +0100 8159734: Consistency check fails with -XX:-ProfileInterpreter
zmajo [Mon, 13 Mar 2017 13:01:47 +0100] rev 46326
8159734: Consistency check fails with -XX:-ProfileInterpreter Summary: Re-establish the consistency of profiling information also with -XX:-ProfileInterpreter. Reviewed-by: kvn
Mon, 13 Mar 2017 12:13:09 +0100 8176441: assert(false) failed: modified node was not processed by IGVN.transform_old()
thartmann [Mon, 13 Mar 2017 12:13:09 +0100] rev 46325
8176441: assert(false) failed: modified node was not processed by IGVN.transform_old() Summary: The shiftNode needs to be added to the IGVN worklist after being modified. Reviewed-by: kvn, vlivanov
Fri, 03 Mar 2017 23:08:35 -0800 8005165: Remove CPU-dependent code in self-patching vtables
iklam [Fri, 03 Mar 2017 23:08:35 -0800] rev 46324
8005165: Remove CPU-dependent code in self-patching vtables Reviewed-by: coleenp, stuefe, jiangli
Fri, 10 Mar 2017 12:58:37 -0500 8175300: Enable artifact resolution for jtreg tests
ctornqvi [Fri, 10 Mar 2017 12:58:37 -0500] rev 46323
8175300: Enable artifact resolution for jtreg tests Reviewed-by: ihse, gtriantafill
Fri, 10 Mar 2017 08:04:17 -0500 8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list
hseigel [Fri, 10 Mar 2017 08:04:17 -0500] rev 46322
8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list Summary: Use GrowableArray append() instead of append_if_missing() to stop searching for duplicates Reviewed-by: redestad, coleenp, dholmes, gtriantafill
Thu, 09 Mar 2017 15:00:23 -0800 8164038: Missing volatile keyword at CardTableRS::write_ref_field_gc_par()
sangheki [Thu, 09 Mar 2017 15:00:23 -0800] rev 46321
8164038: Missing volatile keyword at CardTableRS::write_ref_field_gc_par() Reviewed-by: tschatzl, kbarrett
Wed, 08 Mar 2017 19:25:15 +0100 8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit
stuefe [Wed, 08 Mar 2017 19:25:15 +0100] rev 46320
8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit Reviewed-by: cjplummer, dholmes
Thu, 09 Mar 2017 10:48:44 +0100 8165674: G1CMMarkStack::out_of_memory possibly redundant
aharlap [Thu, 09 Mar 2017 10:48:44 +0100] rev 46319
8165674: G1CMMarkStack::out_of_memory possibly redundant Summary: Remove the redundant G1CMMarkStack::_out_of_memory member. Reviewed-by: kbarrett, tschatzl
Thu, 09 Mar 2017 01:07:28 +0000 Merge
kvn [Thu, 09 Mar 2017 01:07:28 +0000] rev 46318
Merge
Wed, 08 Mar 2017 17:01:13 -0800 8175369: [ppc] Provide intrinsic implementation for CRC32C
lucy [Wed, 08 Mar 2017 17:01:13 -0800] rev 46317
8175369: [ppc] Provide intrinsic implementation for CRC32C Reviewed-by: mdoerr, simonis, kvn
Wed, 08 Mar 2017 15:48:41 -0800 8176403: [TESTBUG] gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA is referencing no longer existing group
sangheki [Wed, 08 Mar 2017 15:48:41 -0800] rev 46316
8176403: [TESTBUG] gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA is referencing no longer existing group Summary: Changed to use correct test library path Reviewed-by: dholmes, dcubed
Wed, 08 Mar 2017 14:55:32 +0100 8175368: [s390] Provide intrinsic implementation for CRC32C
lucy [Wed, 08 Mar 2017 14:55:32 +0100] rev 46315
8175368: [s390] Provide intrinsic implementation for CRC32C Reviewed-by: mdoerr, simonis
Tue, 07 Mar 2017 22:58:16 +0000 Merge
sangheki [Tue, 07 Mar 2017 22:58:16 +0000] rev 46314
Merge
Tue, 07 Mar 2017 22:35:54 +0000 Merge
sangheki [Tue, 07 Mar 2017 22:35:54 +0000] rev 46313
Merge
Tue, 07 Mar 2017 10:25:58 -0800 8023905: Failing to initialize VM with small initial heap when NUMA and large pages are enabled
sangheki [Tue, 07 Mar 2017 10:25:58 -0800] rev 46312
8023905: Failing to initialize VM with small initial heap when NUMA and large pages are enabled Summary: Exit VM when fails to initialize small initial heap with NUMA and large pages enabled Reviewed-by: jmasa, sjohanss
Tue, 07 Mar 2017 13:35:34 -0800 8175341: "java/util/Arrays/ParallelPrefix.java" Crash Internal Error ...diagnosticCommand.cpp...assert(k != __null) failed: FinalizerHistogram class is not accessible
cjplummer [Tue, 07 Mar 2017 13:35:34 -0800] rev 46311
8175341: "java/util/Arrays/ParallelPrefix.java" Crash Internal Error ...diagnosticCommand.cpp...assert(k != __null) failed: FinalizerHistogram class is not accessible Summary: allow the dcmd to fail with a pending exception rather than assert Reviewed-by: sspitsyn, dholmes
Tue, 07 Mar 2017 11:35:45 -0500 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi [Tue, 07 Mar 2017 11:35:45 -0500] rev 46310
8176102: Rename hotspot_fast* test groups to hotspot_tier1* Reviewed-by: dholmes, mseledtsov, gtriantafill
Mon, 27 Feb 2017 12:57:16 +0100 8175900: Assertion too strict in G1CollectedHeap::new_mutator_alloc_region
simonis [Mon, 27 Feb 2017 12:57:16 +0100] rev 46309
8175900: Assertion too strict in G1CollectedHeap::new_mutator_alloc_region Reviewed-by: simonis, tschatzl, kbarrett Contributed-by: gunter.haug@sap.com
Mon, 06 Mar 2017 09:24:47 -0800 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov [Mon, 06 Mar 2017 09:24:47 -0800] rev 46308
8176163: [TESTBUG] Create hotspot_cds test group Summary: Created a new test group Reviewed-by: sspitsyn, dholmes, ehelin
Mon, 06 Mar 2017 17:03:35 +0100 8071278: Fix the closure mess in G1RemSet::refine_card()
tschatzl [Mon, 06 Mar 2017 17:03:35 +0100] rev 46307
8071278: Fix the closure mess in G1RemSet::refine_card() Summary: Remove the use of many nested closure in the code to refine a card. Reviewed-by: kbarrett, sjohanss
Mon, 06 Mar 2017 15:33:14 +0100 8175367: Wrong assert for UseCompressedOops in aarch64 Copy::conjoint_oops_atomic implementation
tschatzl [Mon, 06 Mar 2017 15:33:14 +0100] rev 46306
8175367: Wrong assert for UseCompressedOops in aarch64 Copy::conjoint_oops_atomic implementation Summary: Remove wrong check for UseCompressedOops Reviewed-by: aph
Sat, 04 Mar 2017 15:56:22 -0500 8175221: Cleanup DirtyCardQueueSet::concatenate_log
kbarrett [Sat, 04 Mar 2017 15:56:22 -0500] rev 46305
8175221: Cleanup DirtyCardQueueSet::concatenate_log Summary: concatenate_log calls flush, flush no longer checks "permanent" Reviewed-by: tschatzl, shade
Fri, 03 Mar 2017 12:02:35 +0100 8176096: Wrong macro checks for INCLUDE_TRACE
rehn [Fri, 03 Mar 2017 12:02:35 +0100] rev 46304
8176096: Wrong macro checks for INCLUDE_TRACE Reviewed-by: dholmes, coleenp, mgronlun
Thu, 02 Mar 2017 14:19:49 +0100 Merge
rehn [Thu, 02 Mar 2017 14:19:49 +0100] rev 46303
Merge
Thu, 02 Mar 2017 09:51:47 +0100 8136650: Add support for custom jtreg native tests
rehn [Thu, 02 Mar 2017 09:51:47 +0100] rev 46302
8136650: Add support for custom jtreg native tests Reviewed-by: ctornqvi, erikj
Tue, 28 Feb 2017 20:32:06 -0800 8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
shshahma [Tue, 28 Feb 2017 20:32:06 -0800] rev 46301
8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field Summary: Added code to emit name and signature of duplicate field in java.lang.ClassFormatError exception message Reviewed-by: dholmes, coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip