< prev index next >

src/share/vm/ci/ciKlass.hpp

Print this page
rev 7855 : 8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp

@@ -24,10 +24,11 @@
 
 #ifndef SHARE_VM_CI_CIKLASS_HPP
 #define SHARE_VM_CI_CIKLASS_HPP
 
 #include "ci/ciType.hpp"
+#include "oops/klass.hpp"
 
 // ciKlass
 //
 // This class and its subclasses represent Klass*s in the
 // HotSpot virtual machine.  In the vm, each Klass* contains an
< prev index next >