iignatyev [Wed, 13 Feb 2013 08:29:04 -0800] rev 15621
8006683: Add WhiteBox API to testing of compiler
Reviewed-by: kvn, vlivanov
kmo [Tue, 12 Feb 2013 14:33:19 -0800] rev 15620
Merge
kmo [Tue, 12 Feb 2013 07:39:42 -0800] rev 15619
8002169: TEST_BUG: compiler/7009359/Test7009359.java sometimes times out
Summary: make the test less prone to timeout by reducing the amount of iteration and allowing main to be compiled
Reviewed-by: jrose
roland [Tue, 12 Feb 2013 12:56:11 +0100] rev 15618
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
Summary: Add support for expensive nodes.
Reviewed-by: kvn
morris [Mon, 11 Feb 2013 14:47:04 -0800] rev 15617
8003252: PPC: move MacroAssembler into separate file
Summary: moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
morris [Mon, 11 Feb 2013 10:38:11 -0800] rev 15616
8003251: ARM: move MacroAssembler into separate file
Summary: moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
kmo [Sun, 10 Feb 2013 22:35:38 -0800] rev 15615
8006430: TraceTypeProfile is a product flag while it should be a diagnostic flag
Summary: make sure all diagnostic and experimental flag kinds are checked in Flag::is_unlocked()
Reviewed-by: kvn
drchase [Sat, 09 Feb 2013 12:55:09 -0800] rev 15614
8007402: Code cleanup to remove Parfait false positive
Summary: add array access range check
Reviewed-by: kvn
morris [Fri, 08 Feb 2013 15:39:43 -0800] rev 15613
8006851: When TieredCompilation is set, max code cache should be bumped to 256mb
Summary: Set ReservedCodeCacheSize to (default value)*5 when TieredCompilation is on.
Reviewed-by: kvn, twisti
kvn [Fri, 08 Feb 2013 15:07:17 -0800] rev 15612
8007708: compiler/6855215 assert(VM_Version::supports_sse4_2())
Summary: Added missing UseSSE42 check. Also added missing avx2 assert for vpermq instruction.
Reviewed-by: roland, twisti