RFR: JDK-8288121: [JVMCI] Re-export the TerminatingThreadLocal functionality to the graal compiler.
Tomáš Zezula
duke at openjdk.org
Thu Jun 23 22:38:06 UTC 2022
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.
-------------
Commit messages:
- JDK-8288121: Re-export the jdk.internal.misc.TerminatingThreadLocal functionality to the jvmci compiler.
Changes: https://git.openjdk.org/jdk/pull/9107/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9107&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8288121
Stats: 32 lines in 1 file changed: 32 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9107.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9107/head:pull/9107
PR: https://git.openjdk.org/jdk/pull/9107
More information about the hotspot-compiler-dev
mailing list