File tree 4 files changed +0
-8
lines changed
4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 45
45
class ConstantPool ;
46
46
class DeoptimizationScope ;
47
47
class klassItable ;
48
- class Monitor ;
49
48
class RecordComponent ;
50
49
51
50
// An InstanceKlass is the VM level representation of a Java class.
@@ -68,7 +67,6 @@ class ClassFileStream;
68
67
class KlassDepChange ;
69
68
class DependencyContext ;
70
69
class fieldDescriptor ;
71
- class jniIdMapBase ;
72
70
class JNIid ;
73
71
class JvmtiCachedClassFieldMap ;
74
72
class nmethodBucket ;
Original file line number Diff line number Diff line change 25
25
#ifndef SHARE_OOPS_KLASS_HPP
26
26
#define SHARE_OOPS_KLASS_HPP
27
27
28
- #include " memory/iterator.hpp"
29
- #include " memory/memRegion.hpp"
30
28
#include " oops/klassFlags.hpp"
31
29
#include " oops/markWord.hpp"
32
30
#include " oops/metadata.hpp"
@@ -60,8 +58,6 @@ class fieldDescriptor;
60
58
class klassVtable ;
61
59
class ModuleEntry ;
62
60
class PackageEntry ;
63
- class ParCompactionManager ;
64
- class PSPromotionManager ;
65
61
class vtableEntry ;
66
62
67
63
class Klass : public Metadata {
Original file line number Diff line number Diff line change 32
32
#include " oops/methodFlags.hpp"
33
33
#include " oops/instanceKlass.hpp"
34
34
#include " oops/oop.hpp"
35
- #include " oops/typeArrayOop.hpp"
36
35
#include " utilities/accessFlags.hpp"
37
36
#include " utilities/align.hpp"
38
37
#include " utilities/growableArray.hpp"
Original file line number Diff line number Diff line change 1930
1930
declare_toplevel_type(jbyte*) \
1931
1931
declare_toplevel_type(jbyte**) \
1932
1932
declare_toplevel_type(jint*) \
1933
- declare_toplevel_type(jniIdMapBase*) \
1934
1933
declare_unsigned_integer_type(juint) \
1935
1934
declare_unsigned_integer_type(julong) \
1936
1935
declare_toplevel_type(JNIHandleBlock*) \
You can’t perform that action at this time.
0 commit comments