mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8077415: Remove duplicate variables holding the CollectedHeap
Reviewed-by: stefank, kbarrett
This commit is contained in:
parent
beede94977
commit
82de4945ac
8 changed files with 21 additions and 42 deletions
|
@ -555,7 +555,6 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
|
|||
nonstatic_field(GenerationSpec, _init_size, size_t) \
|
||||
nonstatic_field(GenerationSpec, _max_size, size_t) \
|
||||
\
|
||||
static_field(GenCollectedHeap, _gch, GenCollectedHeap*) \
|
||||
nonstatic_field(GenCollectedHeap, _young_gen, Generation*) \
|
||||
nonstatic_field(GenCollectedHeap, _old_gen, Generation*) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue