mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8024760: add more types, fields and constants to VMStructs
Reviewed-by: kvn, coleenp
This commit is contained in:
parent
13d322d70f
commit
4fa99b3fc5
9 changed files with 123 additions and 18 deletions
|
@ -179,6 +179,8 @@ class Universe: AllStatic {
|
|||
// The particular choice of collected heap.
|
||||
static CollectedHeap* _collectedHeap;
|
||||
|
||||
static intptr_t _non_oop_bits;
|
||||
|
||||
// For UseCompressedOops.
|
||||
static struct NarrowPtrStruct _narrow_oop;
|
||||
// For UseCompressedKlassPointers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue