JDK-8257676 : Simplify WeakProcessorPhase
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-12-03
  • Updated: 2022-06-27
  • Resolved: 2020-12-11
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 b02Fixed
Related Reports
Relates :  
Description
After JDK-8212879 and JDK-8257466 we can substantially simplify WeakProcessorPhase. It can be a scoped enum at namespace scope with iteration provided by the EnumIterator mechanism.

This provides a step toward eliminating it entirely (JDK-8256814).

Comments
Changeset: fa20186c Author: Kim Barrett <kbarrett@openjdk.org> Date: 2020-12-11 07:45:18 +0000 URL: https://git.openjdk.java.net/jdk/commit/fa20186c
11-12-2020