JDK-8256814 : WeakProcessorPhases may be redundant
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-21
  • Updated: 2021-01-28
  • Resolved: 2021-01-22
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 17
17 b07Fixed
Related Reports
Relates :  
Description
After JDK-8212879, WeakProcessorPhases is kind of redundant with OopStorageSet.  We can probably get rid of WeakProcessorPhases now that there aren't any serial phases left.

Comments
Changeset: 7ed8ba1c Author: Kim Barrett <kbarrett@openjdk.org> Date: 2021-01-22 13:12:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/7ed8ba1c
22-01-2021