vlivanov [Thu, 12 Feb 2015 13:55:54 -0800] rev 28934
Merge
roland [Mon, 09 Feb 2015 13:45:59 +0100] rev 28933
8071821: Assert failed in UnexpectedDeoptimizationTest.java
Summary: assert fires in case of concurrent initialization of ciInstanceKlass::_has_injected_fields
Reviewed-by: kvn
roland [Mon, 09 Feb 2015 15:10:58 +0100] rev 28932
8072016: Array copy may cause infinite cycle of deoptimization/compilation
Summary: Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
Reviewed-by: kvn, vlivanov
roland [Fri, 06 Feb 2015 13:50:44 +0100] rev 28931
8071999: SA's buildreplayjars fail with exception
Summary: support default methods when dumping classes in SA
Reviewed-by: vlivanov, kvn, dsamersoff
roland [Fri, 30 Jan 2015 15:23:41 +0100] rev 28930
8071533: assert(n0->is_Call()) failed: expect a call here
Summary: remove_dead_region() call missing from ArrayCopyNode::Ideal()
Reviewed-by: kvn, vlivanov
pchistyakov [Fri, 30 Jan 2015 20:45:18 +0300] rev 28929
8068003: compiler/whitebox/DeoptimizeFramesTest.java fails: compilation 48 can't be available
Summary: disabled DeoptimizeALot for test runs
Reviewed-by: kvn
zmajo [Fri, 06 Feb 2015 18:16:55 +0100] rev 28928
8072398: assert fails in L1RGenerator::increment_event_counter_impl
Summary: Change scaling code to allow scaling with 0.0; change set_tiered_flags() to treat CompileThresholdScaling==0.0 in a special way.
Reviewed-by: kvn, iveresov