< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -4094,11 +4094,15 @@
           "to use as the backing store for Java Heap.")                     \
   /* Valhalla Experiments */                                                \
   product(ccstrlist, ValueBasedClasses,                                     \
           NULL,                                                             \
          "A comma separated list of classes whom should be treated as "     \
-         "value-based")
+         "value-based")                                                     \
+                                                                            \
+  product(bool, UseNewAcmp, false,                                          \
+          "Enable L-World behavior of the acmp bytecode.")                  \
+
 
 
 
 /*
  *  Macros for factoring of globals
< prev index next >