mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
b8633a3b01
46 changed files with 1401 additions and 256 deletions
|
@ -97,8 +97,12 @@ const int SerializePageShiftCount = 3;
|
|||
// object size.
|
||||
class HeapWord {
|
||||
friend class VMStructs;
|
||||
private:
|
||||
private:
|
||||
char* i;
|
||||
#ifdef ASSERT
|
||||
public:
|
||||
char* value() { return i; }
|
||||
#endif
|
||||
};
|
||||
|
||||
// HeapWordSize must be 2^LogHeapWordSize.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue