hotspot/src/share/vm/opto/c2_globals.hpp
changeset 35084 5b34a4ae0f58
parent 34503 57d1a0e76091
child 36066 60ce66ce3c76
equal deleted inserted replaced
34512:1fcd0a08036b 35084:5b34a4ae0f58
   211           range(0, max_jint)                                                \
   211           range(0, max_jint)                                                \
   212                                                                             \
   212                                                                             \
   213   notproduct(bool, TraceProfileTripCount, false,                            \
   213   notproduct(bool, TraceProfileTripCount, false,                            \
   214           "Trace profile loop trip count information")                      \
   214           "Trace profile loop trip count information")                      \
   215                                                                             \
   215                                                                             \
       
   216   product(bool, UseCountedLoopSafepoints, false,                            \
       
   217           "Force counted loops to keep a safepoint")                        \
       
   218                                                                             \
   216   product(bool, UseLoopPredicate, true,                                     \
   219   product(bool, UseLoopPredicate, true,                                     \
   217           "Generate a predicate to select fast/slow loop versions")         \
   220           "Generate a predicate to select fast/slow loop versions")         \
   218                                                                             \
   221                                                                             \
   219   develop(bool, TraceLoopPredicate, false,                                  \
   222   develop(bool, TraceLoopPredicate, false,                                  \
   220           "Trace generation of loop predicates")                            \
   223           "Trace generation of loop predicates")                            \