src/share/vm/opto/c2_globals.hpp

changeset 2040
0e35fa8ebccd
parent 1907
c18cbe5936b8
child 2085
f55c4f82ab9d
equal deleted inserted replaced
2039:66c5dadb4d61 2040: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 \

mercurial