goetz [Fri, 09 Jan 2015 05:45:13 -0800] rev 28489
8068013: [TESTBUG] Aix support in hotspot jtreg tests
Reviewed-by: ctornqvi, fzhinkin, farvidsson
anoll [Fri, 09 Jan 2015 09:06:24 +0000] rev 28488
Merge
anoll [Fri, 09 Jan 2015 09:52:00 +0100] rev 28487
8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs
Summary: The test is unstable and is therefore removed from nightly testing
Reviewed-by: kvn, drchase
roland [Thu, 08 Jan 2015 11:00:38 +0100] rev 28486
8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1
Summary: IGVN encounters IfNode with single projection when optimizing dying subgraph
Reviewed-by: kvn
jwilhelm [Thu, 15 Jan 2015 14:36:15 +0100] rev 28485
Merge
sjohanss [Thu, 15 Jan 2015 11:10:03 +0100] rev 28484
8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
Summary: Added the test to needs_g1gc group in TEST.groups to avoid running when G1 is not available.
Reviewed-by: jwilhelm, dholmes
tschatzl [Tue, 13 Jan 2015 11:04:53 +0100] rev 28483
8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor
Summary: Change initialization order in constructor. Remove suppression for suppression of "'this': used in base member initializer list" warning.
Reviewed-by: mgerdin, tschatzl, simonis
Contributed-by: Johannes Scheerer <johannes.scheerer@sap.com>
sjohanss [Mon, 12 Jan 2015 15:24:29 +0100] rev 28482
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
Summary: Making sure committed memory is cleared when re-committed, even if using large pages.
Reviewed-by: kbarrett, tschatzl