JDK-8074546 : Rename and clean up the ParGCAllocBuffer class
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-03-06
  • Updated: 2015-06-03
  • Resolved: 2015-04-21
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 9
9 b64Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
Rename ParGCAllocBuffer to the nowadays much more common abbreviation PLAB since it is lengthy.

Also rename the files.
Comments
This change has originally been spawned from the review of JDK-8073052. It would be nicer if the renaming of ParGCAllocBuffer to PLAB (also for G1) would be done before that change, so that there is never a point where one is renamed but not the other. The _retired functionality change should be done as part of JDK-7127700 (if applicable) then.
31-03-2015

JDK-7127700 is some existing code cleanup request to look at the usefulness of the _retire functionality it G1PLAB.
31-03-2015