iignatyev [Thu, 17 Apr 2014 18:54:09 +0400] rev 24022
8039260: c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take TestJavaOptions
Reviewed-by: kvn, iignatyev
Contributed-by: lev.priima@oracle.com
kvn [Wed, 16 Apr 2014 14:49:03 -0700] rev 24021
8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
Summary: use correct set_escape_state() method.
Reviewed-by: kvn, iignatyev
Contributed-by: Richard Reingruber <richard.reingruber@sap.com>
kvn [Tue, 15 Apr 2014 14:34:48 -0700] rev 24020
8039050: Crash in C2 compiler at Node::rematerialize
Summary: Added missing calls to record_for_igvn() in loop opts. Added verification of def-use domination.
Reviewed-by: iveresov
roland [Tue, 15 Apr 2014 02:27:34 -0700] rev 24019
Merge
roland [Tue, 01 Apr 2014 09:36:49 +0200] rev 24018
8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points.
Reviewed-by: twisti, kvn
iignatyev [Tue, 15 Apr 2014 12:21:24 +0400] rev 24017
8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
anoll [Mon, 14 Apr 2014 09:04:36 +0000] rev 24016
Merge
anoll [Mon, 14 Apr 2014 10:57:07 +0200] rev 24015
8039425: Code cleanup: PhaseIterGVN::optimize()
Summary: This code cleanup aims at improving code readability.
Reviewed-by: kvn, roland
anoll [Sun, 13 Apr 2014 23:39:22 -0700] rev 24014
Merge
anoll [Mon, 14 Apr 2014 08:24:28 +0200] rev 24013
8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
Summary: CICompilerCount is updated in AdvancedThresholdPolicy::initialize, SimpleThresholdPolicy::initialize and NonTieredCompPolicy::initialize. A warning is printed if the usersets both, CICompilerCount and CICompilerCountPerCPU.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>