src/share/vm/runtime/globals.hpp

Print this page

        

*** 3072,3081 **** --- 3072,3085 ---- \ product(uintx, GCDrainStackTargetSize, 64, \ "how many entries we'll try to leave on the stack during " \ "parallel GC") \ \ + product(bool, PSResizeByFreeRatioWithSystemGC, false, \ + "Resize the heap by free ratio in System.gc() " \ + "under UseParallelGC") \ + \ /* stack parameters */ \ product_pd(intx, StackYellowPages, \ "Number of yellow zone (recoverable overflows) pages") \ \ product_pd(intx, StackRedPages, \