comparison src/share/vm/opto/c2_globals.hpp @ 23473:cf93dd06db0f

6869327: Add new C2 flag to keep safepoints in counted loops. Reviewed-by: kvn
author aeriksso
date Fri, 04 Dec 2015 14:06:38 +0100
parents 70649f10b88c
children b5f3a471e646 daaf806995b3 445941ba41c0
comparison
equal deleted inserted replaced
23472:047a642c9729 23473: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") \