< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page

        

*** 749,758 **** --- 749,761 ---- range(0, max_juint) \ \ product(uintx, LoopStripMiningIterShortLoop, 0, \ "Loop with fewer iterations are not strip mined") \ range(0, max_juint) \ + \ + product(bool, UseProfiledLoopPredicate, true, \ + "move predicates out of loops based on profiling data") \ C2_FLAGS(DECLARE_DEVELOPER_FLAG, \ DECLARE_PD_DEVELOPER_FLAG, \ DECLARE_PRODUCT_FLAG, \ DECLARE_PD_PRODUCT_FLAG, \
< prev index next >