< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

@@ -2483,13 +2483,10 @@
           "Use platform unstable time where supported for timestamps only") \
                                                                             \
   product(bool, EnableValhalla, true,                                       \
           "Enable experimental Valhalla features")                          \
                                                                             \
-  product(bool, EnableValhallaC1, false,                                    \
-          "Enable C1 compiler for Valhalla")                                \
-                                                                            \
   product_pd(bool, ValueTypePassFieldsAsArgs,                               \
           "Pass each value type field as an argument at calls")             \
                                                                             \
   product_pd(bool, ValueTypeReturnedAsFields,                               \
           "Return fields instead of a value type reference")                \
< prev index next >