JDK-8235341 : Improve WorkerDataArray API to disallow separate instantiation of sub-items
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-04
  • Updated: 2019-12-13
  • Resolved: 2019-12-06
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 14
14 b27Fixed
Related Reports
Relates :  
Description
In the review for JDK-8235247 we found that the current API for adding sub-items to WorkerDataArrays is confusing. It is not clear who is the owner of these sub-items, and for example does not enforce or make clear that the main WorkerDataArray is supposed to be the owner of the sub-items.

Improve this.


Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/ada146daf105 User: tschatzl Date: 2019-12-06 08:50:35 +0000
06-12-2019