amurillo [Thu, 22 Jan 2015 22:42:31 -0800] rev 28652
Merge
dlong [Thu, 22 Jan 2015 18:23:54 -0500] rev 28651
Merge
zmajo [Wed, 21 Jan 2015 10:51:35 +0100] rev 28650
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
Summary: Changed interpreter and compilation policies to allow using CompileThresholdScaling on a per-method level
Reviewed-by: jrose, kvn
zmajo [Tue, 20 Jan 2015 09:45:11 +0100] rev 28649
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
Summary: Added '@ignore 8069160' to the test.
Reviewed-by: anoll, kvn
iveresov [Mon, 19 Jan 2015 12:29:50 -0800] rev 28648
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
Summary: Use MachMerge to hook together defs of the same multidef value in a block
Reviewed-by: kvn, vlivanov
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