< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
*** 2007,10 ***
--- 2007,14 ---
            "contention on Threads_lock.")                                    \
                                                                              \
    develop(uint, BinarySearchThreshold, 16,                                  \
            "Minimal number of elements in a sorted collection to prefer"     \
            "binary search over simple linear search." )                      \
+                                                                             \
+   product(bool, UseClassMetaspaceForAllClasses, true, DIAGNOSTIC,           \
+           "Use the class metaspace for all classes including "              \
+           "abstract and interface classes.")                                \
  
  // end of RUNTIME_FLAGS
  
  DECLARE_FLAGS(LP64_RUNTIME_FLAGS)
  DECLARE_ARCH_FLAGS(ARCH_FLAGS)
< prev index next >