< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -4115,13 +4115,10 @@
           "to use as the backing store for Java Heap.")                     \
                                                                             \
   product(bool, EnableValhalla, false,                                      \
           "Enable experimental Valhalla features")                          \
                                                                             \
-  product(bool, EnableMVT, false,                                           \
-          "Enable experimental Minimal Value Types")                        \
-                                                                            \
   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 >