JDK 17 |
---|
17.0.11 b05Fixed |
Relates :
|
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.
|