mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8134994: use separate VMStructs databases for SA and JVMCI
Reviewed-by: kbarrett
This commit is contained in:
parent
c095394bce
commit
bf5db72254
41 changed files with 1367 additions and 675 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue