mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6989984: Use standard include model for Hospot
Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
This commit is contained in:
parent
01f78952da
commit
8006fe8f75
1587 changed files with 18714 additions and 14420 deletions
|
@ -22,6 +22,20 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef SHARE_VM_OOPS_INSTANCEKLASS_HPP
|
||||
#define SHARE_VM_OOPS_INSTANCEKLASS_HPP
|
||||
|
||||
#include "oops/constMethodOop.hpp"
|
||||
#include "oops/constantPoolOop.hpp"
|
||||
#include "oops/instanceOop.hpp"
|
||||
#include "oops/klassOop.hpp"
|
||||
#include "oops/klassVtable.hpp"
|
||||
#include "oops/objArrayOop.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
#include "runtime/os.hpp"
|
||||
#include "utilities/accessFlags.hpp"
|
||||
#include "utilities/bitMap.inline.hpp"
|
||||
|
||||
// An instanceKlass is the VM level representation of a Java class.
|
||||
// It contains all information needed for at class at execution runtime.
|
||||
|
||||
|
@ -1017,3 +1031,5 @@ class PreviousVersionWalker : public StackObj {
|
|||
// of the klass. Returns NULL if there are no more previous versions.
|
||||
PreviousVersionInfo* next_previous_version();
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_OOPS_INSTANCEKLASS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue