< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page
*** 760,12 ***
            range(0, max_juint)                                               \
                                                                              \
    product(bool, UseProfiledLoopPredicate, true,                             \
            "Move predicates out of loops based on profiling data")           \
                                                                              \
!   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"         \
            "to stress handling of long counted loops: run inner loop"        \
            "for at most jint_max / StressLongCountedLoop")                   \
--- 760,15 ---
            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")                   \
< prev index next >