mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -132,7 +132,7 @@ Handle JavaArgumentUnboxer::next_arg(BasicType expectedType) {
|
|||
TRACE_CALL(result_type, jvmci_ ## name signature) \
|
||||
JVMCI_VM_ENTRY_MARK; \
|
||||
ResourceMark rm; \
|
||||
JNI_JVMCIENV(thread, env);
|
||||
JNI_JVMCIENV(JVMCI::compilation_tick(thread), env);
|
||||
|
||||
static JavaThread* get_current_thread(bool allow_null=true) {
|
||||
Thread* thread = Thread::current_or_null_safe();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue