src/hotspot/share/runtime/sharedRuntime.cpp
changeset 54523 5df03f58d25b
parent 53994 77343f5c85cb
child 54623 1126f0607c70
--- a/src/hotspot/share/runtime/sharedRuntime.cpp	Fri Apr 12 07:51:47 2019 -0400
+++ b/src/hotspot/share/runtime/sharedRuntime.cpp	Fri Apr 12 09:30:17 2019 -0400
@@ -1918,7 +1918,7 @@
 // where we went int -> i2c -> c2i and so the caller could in fact be
 // interpreted. If the caller is compiled we attempt to patch the caller
 // so he no longer calls into the interpreter.
-IRT_LEAF(void, SharedRuntime::fixup_callers_callsite(Method* method, address caller_pc))
+JRT_LEAF(void, SharedRuntime::fixup_callers_callsite(Method* method, address caller_pc))
   Method* moop(method);
 
   address entry_point = moop->from_compiled_entry_no_trampoline();
@@ -1987,7 +1987,7 @@
       }
     }
   }
-IRT_END
+JRT_END
 
 
 // same as JVM_Arraycopy, but called directly from compiled code