-
Task
-
Resolution: Fixed
-
P4
-
None
The backport of JDK-8304725 to JDK 17 (tracked as JDK-8311636) brought in RAII instance for marking a code as executing on behalf of ASGCT but failed to remove the explicit calls to set/unset the corresponding flag.
This does not cause functional issues but still brings a bit of inefficiency. The explicit calls should be removed and only the RAII should be used.
This does not cause functional issues but still brings a bit of inefficiency. The explicit calls should be removed and only the RAII should be used.