< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -4063,11 +4063,12 @@
           "to use as the backing store for Java Heap.")                     \
                                                                             \
   develop(bool, VerifyMetaspace, false,                                     \
           "Verify metaspace on chunk movements.")                           \
                                                                             \
-
+  experimental(bool, UseSwitchProfiling, true,                              \
+          "leverage profiling for table/lookup switch")                     \
 
 
 /*
  *  Macros for factoring of globals
  */
< prev index next >