JDK-8250589 : Move Universe::_reference_pending_list into OopHandle
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-07-25
  • Updated: 2020-08-03
  • Resolved: 2020-07-28
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 b08Fixed
Description
The _reference_pending_list has concurrent access through multiple GC worker threads so moving to OopStorage requires synchronization.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/89fe9e02a522 User: coleenp Date: 2020-07-28 12:13:05 +0000
28-07-2020