< prev index next >

src/hotspot/share/jvmci/jvmci_globals.hpp

Print this page
@@ -101,13 +101,10 @@
            range(0, 1000000)                                                 \
                                                                              \
    product(bool, JVMCICountersExcludeCompiler, true, EXPERIMENTAL,           \
            "Exclude JVMCI compiler threads from benchmark counters")         \
                                                                              \
-   develop(bool, JVMCIUseFastLocking, true,                                  \
-           "Use fast inlined locking code")                                  \
-                                                                             \
    product(intx, JVMCINMethodSizeLimit, (80*K)*wordSize, EXPERIMENTAL,       \
            "Maximum size of a compiled method.")                             \
            range(0, max_jint)                                                \
                                                                              \
    product(ccstr, JVMCILibPath, NULL, EXPERIMENTAL,                          \
< prev index next >