hotspot/src/share/vm/oops/constMethod.hpp
changeset 35123 b0b89d83bcf5
parent 30117 cce2cdac56dc
child 35898 ddc274f0052f
equal deleted inserted replaced
35121:e8900e5763ff 35123:b0b89d83bcf5
   164 #undef INLINE_TABLE_NULL
   164 #undef INLINE_TABLE_NULL
   165 #undef INLINE_TABLE_INIT
   165 #undef INLINE_TABLE_INIT
   166 #undef INLINE_TABLE_PARAM
   166 #undef INLINE_TABLE_PARAM
   167 #undef INLINE_TABLE_DECLARE
   167 #undef INLINE_TABLE_DECLARE
   168 
   168 
   169 
       
   170 class ConstMethod : public MetaspaceObj {
   169 class ConstMethod : public MetaspaceObj {
   171   friend class VMStructs;
   170   friend class VMStructs;
       
   171   friend class JVMCIVMStructs;
   172 
   172 
   173 public:
   173 public:
   174   typedef enum { NORMAL, OVERPASS } MethodType;
   174   typedef enum { NORMAL, OVERPASS } MethodType;
   175 
   175 
   176 private:
   176 private: