< prev index next >

src/hotspot/share/prims/forte.cpp

Print this page

        

@@ -28,13 +28,14 @@
 #include "gc/shared/collectedHeap.inline.hpp"
 #include "gc/shared/space.hpp"
 #include "memory/universe.hpp"
 #include "oops/oop.inline.hpp"
 #include "prims/forte.hpp"
+#include "runtime/frame.inline.hpp"
 #include "runtime/javaCalls.hpp"
 #include "runtime/thread.inline.hpp"
-#include "runtime/vframe.hpp"
+#include "runtime/vframe.inline.hpp"
 #include "runtime/vframeArray.hpp"
 
 // call frame copied from old .h file and renamed
 typedef struct {
     jint lineno;                      // line number in the source file
< prev index next >