8264797: Do not include klassVtable.hpp from instanceKlass.hpp

Reviewed-by: coleenp, stefank
This commit is contained in:
Ioi Lam 2021-04-07 03:44:56 +00:00
parent eb5c097b6d
commit c3abdc9aad
5 changed files with 5 additions and 1 deletions

View file

@ -30,7 +30,6 @@
#include "oops/constMethod.hpp"
#include "oops/fieldInfo.hpp"
#include "oops/instanceOop.hpp"
#include "oops/klassVtable.hpp"
#include "runtime/handles.hpp"
#include "runtime/os.hpp"
#include "utilities/accessFlags.hpp"
@ -40,6 +39,7 @@
#include "jfr/support/jfrKlassExtension.hpp"
#endif
class klassItable;
class RecordComponent;
// An InstanceKlass is the VM level representation of a Java class.