src/hotspot/share/opto/c2_globals.hpp
changeset 50623 5209d8a6303e
parent 50449 acdfeede95ff
child 52979 7384e00d5860
equal deleted inserted replaced
50622:21b96ce2ed10 50623:5209d8a6303e
   752           range(0, max_juint)                                               \
   752           range(0, max_juint)                                               \
   753                                                                             \
   753                                                                             \
   754   product(uintx, LoopStripMiningIterShortLoop, 0,                           \
   754   product(uintx, LoopStripMiningIterShortLoop, 0,                           \
   755           "Loop with fewer iterations are not strip mined")                 \
   755           "Loop with fewer iterations are not strip mined")                 \
   756           range(0, max_juint)                                               \
   756           range(0, max_juint)                                               \
       
   757                                                                             \
       
   758   product(bool, UseProfiledLoopPredicate, true,                             \
       
   759           "move predicates out of loops based on profiling data")           \
   757 
   760 
   758 C2_FLAGS(DECLARE_DEVELOPER_FLAG, \
   761 C2_FLAGS(DECLARE_DEVELOPER_FLAG, \
   759          DECLARE_PD_DEVELOPER_FLAG, \
   762          DECLARE_PD_DEVELOPER_FLAG, \
   760          DECLARE_PRODUCT_FLAG, \
   763          DECLARE_PRODUCT_FLAG, \
   761          DECLARE_PD_PRODUCT_FLAG, \
   764          DECLARE_PD_PRODUCT_FLAG, \