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.
JDK-8215047 attempts to close race window in task terminators, but side-effect of G1CMTask::should_exit_termination() call prevents it from moving forward. Please see comments in JDK-8215047 for details.
Comments
Fix Request:
I would like to backport this patch to JDK12u, as this patch, along with JDK-8215047 and JDK-8217794 (both requested and approved), improves task termination latency, by avoiding false-positive result of termination check.
This also blocks backport of JDK-8215047 and JDK-8217794.