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
goetz [Fri, 30 Jan 2015 12:53:56 +0100] rev 28927
8071996: split_if accesses NULL region of ConstraintCast
Reviewed-by: kvn
anoll [Tue, 03 Feb 2015 09:56:21 +0000] rev 28926
Merge
anoll [Tue, 03 Feb 2015 10:30:16 +0100] rev 28925
8068440: Test6857159.java times out
Summary: Replace shell script with Java-only code
Reviewed-by: kvn, iignatyev
dlong [Mon, 02 Feb 2015 23:26:33 -0500] rev 28924
8069030: support new PTRACE_GETREGSET
Summary: use PTRACE_GETREGSET if other options are not available
Reviewed-by: sla, dholmes
thartmann [Mon, 02 Feb 2015 14:35:24 +0000] rev 28923
Merge
thartmann [Mon, 02 Feb 2015 15:19:24 +0100] rev 28922
8071995: compiler/codecache/jmx/InitialAndMaxUsageTest.java fails with large pages
Summary: Disable large page usage for test.
Reviewed-by: kvn
dlong [Sat, 31 Jan 2015 02:42:13 -0500] rev 28921
Merge
kvn [Fri, 30 Jan 2015 10:27:50 -0800] rev 28920
8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
Summary: Add missing C->failing() check after Connection graph construction.
Reviewed-by: iveresov
anoll [Fri, 30 Jan 2015 15:36:29 +0000] rev 28919
Merge
anoll [Fri, 30 Jan 2015 14:35:37 +0000] rev 28918
Merge
anoll [Fri, 30 Jan 2015 15:20:45 +0100] rev 28917
8071906: Quarantine OverloadCompileQueueTest until the reason for timeout is known
Summary: Quarantine OverloadCompileQueueTest until the reason for timeout is known
Reviewed-by: kvn
thartmann [Fri, 30 Jan 2015 13:31:54 +0000] rev 28916
Merge
zmajo [Fri, 30 Jan 2015 10:40:08 +0100] rev 28915
8071818: Incorrect addressing mode used for ldf in SPARC assembler
Summary: Update MacroAssembler::ldf to select addressing mode depending on Address parameter.
Reviewed-by: kvn, dlong