Integrated: JDK-8288121: [JVMCI] Re-export the TerminatingThreadLocal functionality to the graal compiler.

Tomáš Zezula duke at openjdk.org
Thu Aug 18 21:59:47 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.

This pull request has now been integrated.

Changeset: 97e26894
Author:    Tomas Zezula <tzezula at openjdk.org>
Committer: Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/97e26894702297009c5a6dfd0053e38cd5863400
Stats:     32 lines in 1 file changed: 32 ins; 0 del; 0 mod

8288121: [JVMCI] Re-export the TerminatingThreadLocal functionality to the graal compiler.

Reviewed-by: dnsimon, never

-------------

PR: https://git.openjdk.org/jdk/pull/9107


More information about the hotspot-compiler-dev mailing list