src/share/vm/opto/c2_globals.hpp

changeset 8195
cf93dd06db0f
parent 8193
70649f10b88c
child 8307
daaf806995b3
child 8494
445941ba41c0
equal deleted inserted replaced
8194:047a642c9729 8195:cf93dd06db0f
203 "multianewarray instruction") \ 203 "multianewarray instruction") \
204 \ 204 \
205 notproduct(bool, TraceProfileTripCount, false, \ 205 notproduct(bool, TraceProfileTripCount, false, \
206 "Trace profile loop trip count information") \ 206 "Trace profile loop trip count information") \
207 \ 207 \
208 product(bool, UseCountedLoopSafepoints, false, \
209 "Force counted loops to keep a safepoint") \
210 \
208 product(bool, UseLoopPredicate, true, \ 211 product(bool, UseLoopPredicate, true, \
209 "Generate a predicate to select fast/slow loop versions") \ 212 "Generate a predicate to select fast/slow loop versions") \
210 \ 213 \
211 develop(bool, TraceLoopPredicate, false, \ 214 develop(bool, TraceLoopPredicate, false, \
212 "Trace generation of loop predicates") \ 215 "Trace generation of loop predicates") \

mercurial