JDK-8248391 : Unify handling of all OopStorage instances in weak root processing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-26
  • Updated: 2021-02-17
  • Resolved: 2020-07-16
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 16
16 b07Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Today, when a weak OopStorage is added, you have to plug it in explicitly to ZGC, Shenandoah and the WeakProcessor. And sometimes the runtime data structures associated with an OopStorage need a notification when oops die. Then you have to explicitly plug in notification code in various places.
It would be ideal if this process could be completely automated.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c0a73a684c3f User: kbarrett Date: 2020-07-16 21:52:00 +0000
16-07-2020