< prev index next >

src/hotspot/share/gc/shared/adaptiveSizePolicy.hpp

Print this page
rev 49285 : 8196071: Change G1 Full GC heap and thread sizing ergonomics
Reviewed-by:

@@ -353,10 +353,11 @@
   // This is called sparingly so as not to change the
   // number of GC workers gratuitously.
   //   For ParNew collections
   //   For PS scavenge and ParOld collections
   //   For G1 evacuation pauses (subject to update)
+  //   For G1 Full GCs (subject to update)
   // Other collection phases inherit the number of
   // GC workers from the calls above.  For example,
   // a CMS parallel remark uses the same number of GC
   // workers as the most recent ParNew collection.
   static uint calc_active_workers(uintx total_workers,
< prev index next >