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
kvn [Thu, 09 Mar 2017 01:07:28 +0000] rev 46318
Merge
lucy [Wed, 08 Mar 2017 17:01:13 -0800] rev 46317
8175369: [ppc] Provide intrinsic implementation for CRC32C
Reviewed-by: mdoerr, simonis, kvn
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
lucy [Wed, 08 Mar 2017 14:55:32 +0100] rev 46315
8175368: [s390] Provide intrinsic implementation for CRC32C
Reviewed-by: mdoerr, simonis
sangheki [Tue, 07 Mar 2017 22:58:16 +0000] rev 46314
Merge
sangheki [Tue, 07 Mar 2017 22:35:54 +0000] rev 46313
Merge
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
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
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
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
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
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
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
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