vlivanov [Mon, 19 Jan 2015 14:14:05 +0000] rev 28647
Merge
pchistyakov [Fri, 16 Jan 2015 15:08:20 +0300] rev 28646
8068231: Several tests are still excluded
Reviewed-by: kvn, iignatyev
dpochepk [Fri, 16 Jan 2015 20:59:23 +0400] rev 28645
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
Summary: fixing unstable behaviour of 2 tests
Reviewed-by: iignatyev
thartmann [Mon, 19 Jan 2015 11:35:45 +0000] rev 28644
Merge
zmajo [Mon, 19 Jan 2015 09:32:40 +0100] rev 28643
8066312: Add new Node* Node::find_out(int opc) method.
Summary: Added methods find_user_with() and has_user_with() for searching for a particular out type.
Reviewed-by: kvn, jrose
asiebenborn [Fri, 16 Jan 2015 13:58:22 +0100] rev 28642
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
Reviewed-by: kvn
dlong [Fri, 16 Jan 2015 05:02:11 -0500] rev 28641
Merge
zmajo [Thu, 15 Jan 2015 11:30:13 +0100] rev 28640
8067374: Use %f instead of %g for LogCompilation output
Summary: Changed format string from %g to %f.
Reviewed-by: kvn
kvn [Wed, 14 Jan 2015 17:27:00 -0800] rev 28639
8068864: C2 failed: modified node is not on IGVN._worklist
Summary: Use igvn.replace_input_of() instead of set_req().
Reviewed-by: iveresov, vlivanov
jwilhelm [Thu, 22 Jan 2015 12:26:26 +0100] rev 28638
Merge
kbarrett [Wed, 21 Jan 2015 19:36:18 +0100] rev 28637
8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
Reviewed-by: brutisso, tschatzl
jwilhelm [Mon, 19 Jan 2015 15:52:56 +0100] rev 28636
Merge
sjohanss [Mon, 19 Jan 2015 10:08:07 +0100] rev 28635
8069011: gc/TestSmallHeap.java failing in nightly
Summary: Using @requires to avoid running with AggressiveOpts turned on.
Reviewed-by: jwilhelm, brutisso
sjohanss [Mon, 19 Jan 2015 10:06:14 +0100] rev 28634
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
Reviewed-by: brutisso, kbarrett