src/hotspot/share/opto/c2_globals.hpp
changeset 50623 5209d8a6303e
parent 50449 acdfeede95ff
child 52979 7384e00d5860
--- a/src/hotspot/share/opto/c2_globals.hpp	Tue Jun 19 08:44:31 2018 +0200
+++ b/src/hotspot/share/opto/c2_globals.hpp	Tue Jun 19 09:08:39 2018 +0200
@@ -754,6 +754,9 @@
   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, \