comparison src/share/vm/opto/c2_globals.hpp @ 1685:0e35fa8ebccd

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
author kvn
date Tue, 03 Aug 2010 15:55:03 -0700
parents c18cbe5936b8
children f55c4f82ab9d
comparison
equal deleted inserted replaced
1684:66c5dadb4d61 1685:0e35fa8ebccd
279 "Don't use BimorphicInlining if can't inline a second method") \ 279 "Don't use BimorphicInlining if can't inline a second method") \
280 \ 280 \
281 product(bool, InsertMemBarAfterArraycopy, true, \ 281 product(bool, InsertMemBarAfterArraycopy, true, \
282 "Insert memory barrier after arraycopy call") \ 282 "Insert memory barrier after arraycopy call") \
283 \ 283 \
284 develop(bool, SubsumeLoads, true, \
285 "Attempt to compile while subsuming loads into machine instructions.") \
286 \
287 develop(bool, StressRecompilation, false, \
288 "Recompile each compiled method without subsuming loads or escape analysis.") \
289 \
284 /* controls for tier 1 compilations */ \ 290 /* controls for tier 1 compilations */ \
285 \ 291 \
286 develop(bool, Tier1CountInvocations, true, \ 292 develop(bool, Tier1CountInvocations, true, \
287 "Generate code, during tier 1, to update invocation counter") \ 293 "Generate code, during tier 1, to update invocation counter") \
288 \ 294 \