JDK-6818524 : G1: use ergonomic resizing of PLABs
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs15
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-03-17
  • Updated: 2013-09-18
  • Resolved: 2012-08-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Related Reports
Relates :  
Relates :  
Description
Right now, G1 uses fixed size PLABs for allocation during GC (set by the imaginatively-named parameter -XX:ParallelGCG1AllocBufferSize). It'd be nice to do what CMS does and use dynamic ergonomic resizing of the PLABs.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/aaf61e68b255
06-08-2012

PUBLIC COMMENTS This might have dependency on 6722568, as if PLABs are very large and appear as a single allocation to the BOT might impose a non-trivial scanning overhead which might cancel out any benefits we'll get out of using large PLABs in the first place.
12-08-2011

EVALUATION Performance anomalies being currently investigated.
08-09-2010