mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8242440: use separate, destroyable JavaVM instances per libgraal compiler thread
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
b10833bbf3
commit
357b1b18c2
23 changed files with 1016 additions and 262 deletions
|
@ -431,7 +431,7 @@ void before_exit(JavaThread* thread) {
|
|||
|
||||
#if INCLUDE_JVMCI
|
||||
if (EnableJVMCI) {
|
||||
JVMCI::shutdown();
|
||||
JVMCI::shutdown(thread);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue