diff -r 155b084cf384 -r 05ff6e27de45 src/hotspot/share/runtime/sharedRuntime.hpp --- a/src/hotspot/share/runtime/sharedRuntime.hpp Mon Aug 12 08:48:47 2019 +0200 +++ b/src/hotspot/share/runtime/sharedRuntime.hpp Mon Aug 12 10:02:25 2019 +0200 @@ -485,7 +485,8 @@ int compile_id, BasicType* sig_bt, VMRegPair* regs, - BasicType ret_type); + BasicType ret_type, + address critical_entry); // Block before entering a JNI critical method static void block_for_jni_critical(JavaThread* thread);