< prev index next > src/hotspot/share/opto/c2_globals.hpp
Print this page
range(0, max_juint) \
\
product(bool, UseProfiledLoopPredicate, true, \
"Move predicates out of loops based on profiling data") \
\
+ product(bool, UseArrayLoadStoreProfile, true, \
+ "Take advantage of profiling at array load/store") \
+ \
+ product(bool, UseACmpProfile, true, \
+ "Take advantage of profiling at acmp") \
+ \
develop(uintx, StressLongCountedLoop, 0, \
"if > 0, convert int counted loops to long counted loops" \
"to stress handling of long counted loops: run inner loop" \
"for at most jint_max / StressLongCountedLoop") \
range(0, max_juint) \
< prev index next >