From 3bb095b17058e4b9bf9aea1fbba9df1b08c33bc7 Mon Sep 17 00:00:00 2001 From: kvn Date: Tue, 3 Aug 2010 15:55:03 -0700 Subject: 6973963: SEGV in ciBlock::start_bci() with EA Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type. Reviewed-by: never, coleenp, dholmes --- src/share/vm/opto/c2_globals.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/share/vm/opto/c2_globals.hpp') diff --git a/src/share/vm/opto/c2_globals.hpp b/src/share/vm/opto/c2_globals.hpp index ac0a991d4..3fdaf8427 100644 --- a/src/share/vm/opto/c2_globals.hpp +++ b/src/share/vm/opto/c2_globals.hpp @@ -281,6 +281,12 @@ product(bool, InsertMemBarAfterArraycopy, true, \ "Insert memory barrier after arraycopy call") \ \ + develop(bool, SubsumeLoads, true, \ + "Attempt to compile while subsuming loads into machine instructions.") \ + \ + develop(bool, StressRecompilation, false, \ + "Recompile each compiled method without subsuming loads or escape analysis.") \ + \ /* controls for tier 1 compilations */ \ \ develop(bool, Tier1CountInvocations, true, \ -- cgit v1.2.3