< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

@@ -2645,10 +2645,13 @@
           "Use platform unstable time where supported for timestamps only") \
                                                                             \
   product(bool, EnableValhalla, false,                                      \
           "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 >