JDK-8219643 : Purge CLDG concurrently in G1
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-02-25
  • Updated: 2019-03-18
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Due to changes for concurrent class unloading for ZGC metaspace purging can (and should be) done concurrently as this can take a significant amount of time.

Note that purging activity should be properly synchronized with garbage collection requests to avoid delaying them; further, while a CLDG purge is running, care may need to be taken about additional class unloading/CLDG purge attempts.