< prev index next >

src/hotspot/share/runtime/rframe.hpp

Print this page

        

@@ -24,11 +24,11 @@
 
 #ifndef SHARE_VM_RUNTIME_RFRAME_HPP
 #define SHARE_VM_RUNTIME_RFRAME_HPP
 
 #include "memory/allocation.hpp"
-#include "runtime/frame.inline.hpp"
+#include "runtime/frame.hpp"
 
 // rframes ("recompiler frames") decorate stack frames with some extra information
 // needed by the recompiler.  The recompiler views the stack (at the time of recompilation)
 // as a list of rframes.
 
< prev index next >