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
rehn [Fri, 03 Mar 2017 12:02:35 +0100] rev 46304
8176096: Wrong macro checks for INCLUDE_TRACE
Reviewed-by: dholmes, coleenp, mgronlun
rehn [Thu, 02 Mar 2017 14:19:49 +0100] rev 46303
Merge
rehn [Thu, 02 Mar 2017 09:51:47 +0100] rev 46302
8136650: Add support for custom jtreg native tests
Reviewed-by: ctornqvi, erikj
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
cjplummer [Wed, 01 Mar 2017 14:59:36 -0800] rev 46300
8155980: ARM InterpreterMacroAssembler::get_method_counters() should not be saving caller saved registers
Summary: make get_method_counters() only save registers specified by caller, not all of them
Reviewed-by: dlong, jiangli