mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8264797: Do not include klassVtable.hpp from instanceKlass.hpp
Reviewed-by: coleenp, stefank
This commit is contained in:
parent
eb5c097b6d
commit
c3abdc9aad
5 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue