8150752: Share Class Data

Reviewed-by: acorn, hseigel, mschoene
This commit is contained in:
Ioi Lam 2016-04-06 21:53:44 -07:00
parent 99c24f5f1c
commit 2a09a3923a
8 changed files with 98 additions and 26 deletions

View file

@ -270,6 +270,10 @@ public:
// For reading from/writing to the CDS archive
void serialize(SerializeClosure* soc);
uintx base_address() {
return (uintx) _base_address;
}
};
////////////////////////////////////////////////////////////////////////