< prev index next >

src/hotspot/share/oops/constantPool.cpp

Print this page

        

@@ -49,11 +49,11 @@
 #include "runtime/fieldType.hpp"
 #include "runtime/handles.inline.hpp"
 #include "runtime/init.hpp"
 #include "runtime/javaCalls.hpp"
 #include "runtime/signature.hpp"
-#include "runtime/vframe.hpp"
+#include "runtime/vframe.inline.hpp"
 #include "utilities/copy.hpp"
 
 constantTag ConstantPool::tag_at(int which) const { return (constantTag)tags()->at_acquire(which); }
 
 void ConstantPool::release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); }
< prev index next >