RFR: JDK-8288121: [JVMCI] Re-export the TerminatingThreadLocal functionality to the graal compiler.
Tomáš Zezula
duke at openjdk.org
Mon Aug 8 14:27:06 UTC 2022
On Thu, 9 Jun 2022 15:01:26 GMT, Tomáš Zezula <duke at openjdk.org> wrote:
> JVMCI compilers need to release resources tied to a thread-local variable when the associated thread is exiting. The JDK internally uses the jdk.internal.misc.TerminatingThreadLocal class for this purpose. This pull request re-exports the TerminatingThreadLocal functionality to JVMCI compilers.
Still valid PR.
-------------
PR: https://git.openjdk.org/jdk/pull/9107
More information about the hotspot-compiler-dev
mailing list