8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp

Reviewed-by: mgerdin, coleenp
This commit is contained in:
Stefan Karlsson 2015-02-18 09:22:37 +01:00
parent 2e888853a1
commit 0241e477f1
5 changed files with 17 additions and 5 deletions

View file

@ -26,6 +26,8 @@
#define SHARE_VM_CLASSFILE_CLASSLOADEREXT_HPP
#include "classfile/classLoader.hpp"
#include "oops/instanceKlass.hpp"
#include "runtime/handles.hpp"
class ClassLoaderExt: public ClassLoader { // AllStatic
public: