< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page
@@ -756,10 +756,16 @@
            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")                            \
+                                                                             \
    product(bool, ExpandSubTypeCheckAtParseTime, false, DIAGNOSTIC,           \
            "Do not use subtype check macro node")                            \
                                                                              \
    develop(uintx, StressLongCountedLoop, 0,                                  \
            "if > 0, convert int counted loops to long counted loops"         \
< prev index next >