JDK-8254562 : ZGC: Remove ZMarkRootsTask
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-12
  • Updated: 2023-12-27
  • Resolved: 2020-10-13
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 b20Fixed
Related Reports
Relates :  
Description
After introducing concurrent stack scanning, we don't need to mark through any roots during the mark start pause. Remove the code.
Comments
Changeset: 9d230ea8 Author: Stefan Karlsson <stefank@openjdk.org> Date: 2020-10-13 09:05:52 +0000 URL: https://git.openjdk.java.net/jdk/commit/9d230ea8
13-10-2020