hotspot/src/share/vm/opto/c2_globals.hpp
changeset 6180 53c1bf468c81
parent 5547 f4b087cbb361
child 6272 94a20ad0e9de
equal deleted inserted replaced
6179:4846648c4b7b 6180:53c1bf468c81
   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                                                                             \