mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8252543: [JVMCI] Libgraal can deadlock in blocking compilation mode
Reviewed-by: kvn
This commit is contained in:
parent
b1b0f0b2cc
commit
998ce78e53
11 changed files with 112 additions and 54 deletions
|
@ -163,6 +163,7 @@
|
|||
nonstatic_field(JVMCICompileState, _jvmti_can_access_local_variables, jbyte) \
|
||||
nonstatic_field(JVMCICompileState, _jvmti_can_post_on_exceptions, jbyte) \
|
||||
nonstatic_field(JVMCICompileState, _jvmti_can_pop_frame, jbyte) \
|
||||
nonstatic_field(JVMCICompileState, _compilation_ticks, jint) \
|
||||
\
|
||||
nonstatic_field(JavaThread, _threadObj, OopHandle) \
|
||||
nonstatic_field(JavaThread, _anchor, JavaFrameAnchor) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue