< prev index next >

src/hotspot/share/memory/metaspace.hpp

Print this page
rev 49895 : [mq]: 8201572-improve-metaspace-reporting
rev 49896 : [mq]: 8201572-improve-metaspace-reporting-delta

*** 389,399 **** // 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), }; // 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); --- 389,399 ---- // 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) }; // 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 >