src/hotspot/share/jvmci/jvmciRuntime.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 47785 5692c538ecef
--- a/src/hotspot/share/jvmci/jvmciRuntime.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/jvmci/jvmciRuntime.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -22,6 +22,7 @@
  */
 
 #include "precompiled.hpp"
+#include "jvm.h"
 #include "asm/codeBuffer.hpp"
 #include "classfile/javaClasses.inline.hpp"
 #include "code/codeCache.hpp"
@@ -37,7 +38,6 @@
 #include "memory/resourceArea.hpp"
 #include "oops/oop.inline.hpp"
 #include "oops/objArrayOop.inline.hpp"
-#include "prims/jvm.h"
 #include "runtime/biasedLocking.hpp"
 #include "runtime/interfaceSupport.hpp"
 #include "runtime/reflection.hpp"
@@ -611,7 +611,7 @@
   }
 JRT_END
 
-JRT_ENTRY(jint, JVMCIRuntime::test_deoptimize_call_int(JavaThread* thread, int value))
+JRT_ENTRY(int, JVMCIRuntime::test_deoptimize_call_int(JavaThread* thread, int value))
   deopt_caller();
   return value;
 JRT_END