< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page
*** 787,10 ***
--- 787,16 ---
    product(bool, UseProfiledLoopPredicate, true,                             \
            "Move checks with an uncommon trap out of loops based on "        \
            "profiling data. "                                                \
            "Requires UseLoopPredicate to be turned on (default).")           \
                                                                              \
+   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 >