RFR: JDK-8304546: CompileTask::_directive leaked if CompileBroker::invoke_compiler_on_method not called
Justin King
jcking at openjdk.org
Tue Mar 28 14:31:11 UTC 2023
On Mon, 20 Mar 2023 20:48:28 GMT, Justin King <jcking at openjdk.org> wrote:
> Ensure `CompileTask::_directive` is not leaked when `CompileBroker::invoke_compiler_on_method` is not called. This can happen for stale tasks or when compilation is disabled.
Poke.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13108#issuecomment-1487002028
More information about the hotspot-compiler-dev
mailing list