hotspot/src/share/vm/opto/c2_globals.hpp
changeset 35084 5b34a4ae0f58
parent 34503 57d1a0e76091
child 36066 60ce66ce3c76
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Dec 03 22:30:17 2015 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Fri Dec 04 14:06:38 2015 +0100
@@ -213,6 +213,9 @@
   notproduct(bool, TraceProfileTripCount, false,                            \
           "Trace profile loop trip count information")                      \
                                                                             \
+  product(bool, UseCountedLoopSafepoints, false,                            \
+          "Force counted loops to keep a safepoint")                        \
+                                                                            \
   product(bool, UseLoopPredicate, true,                                     \
           "Generate a predicate to select fast/slow loop versions")         \
                                                                             \