< prev index next >

src/hotspot/share/c1/c1_globals.hpp

Print this page
*** 246,13 ***
            "Use fast inlined type array allocation")                         \
                                                                              \
    develop(bool, UseFastNewObjectArray, true,                                \
            "Use fast inlined object array allocation")                       \
                                                                              \
-   develop(bool, UseFastLocking, true,                                       \
-           "Use fast inlined locking code")                                  \
-                                                                             \
    develop(bool, UseSlowPath, false,                                         \
            "For debugging: test slow cases by always using them")            \
                                                                              \
    develop(bool, GenerateArrayStoreCheck, true,                              \
            "Generates code for array store checks")                          \
--- 246,10 ---
< prev index next >