This commit is contained in:
Jesper Wilhelmsson 2016-01-14 17:36:29 +01:00
commit 54d0181916
1018 changed files with 30713 additions and 7018 deletions

View file

@ -61,6 +61,7 @@ class KlassSizeStats;
class Method : public Metadata {
friend class VMStructs;
friend class JVMCIVMStructs;
private:
ConstMethod* _constMethod; // Method read-only data.
MethodData* _method_data;