< prev index next >

src/hotspot/share/memory/metaspace.hpp

Print this page
rev 50187 : imported patch metaspace-split
rev 50188 : [mq]: 8203219-VM.metaspace-show-loaded-classes

@@ -387,11 +387,13 @@
     // Breaks report down by space type (anonymous, reflection, ...).
     rf_break_down_by_spacetype      = (1 << 2),
     // Print details about the underlying virtual spaces.
     rf_show_vslist                  = (1 << 3),
     // Print metaspace map.
-    rf_show_vsmap                   = (1 << 4)
+    rf_show_vsmap                   = (1 << 4),
+    // If show_loaders: show loaded classes for each loader.
+    rf_show_classes                 = (1 << 5)
   };
 
   // This will print out a basic metaspace usage report but
   // unlike print_report() is guaranteed not to lock or to walk the CLDG.
   static void print_basic_report(outputStream* st, size_t scale);
< prev index next >