mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8076267: Remove n_gens()
Reviewed-by: jprovino, kbarrett, jmasa
This commit is contained in:
parent
d2f816a875
commit
8e5f94bf08
8 changed files with 20 additions and 46 deletions
|
@ -558,7 +558,6 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
|
|||
static_field(GenCollectedHeap, _gch, GenCollectedHeap*) \
|
||||
nonstatic_field(GenCollectedHeap, _young_gen, Generation*) \
|
||||
nonstatic_field(GenCollectedHeap, _old_gen, Generation*) \
|
||||
nonstatic_field(GenCollectedHeap, _n_gens, int) \
|
||||
\
|
||||
nonstatic_field(GenCollectorPolicy, _young_gen_spec, GenerationSpec*) \
|
||||
nonstatic_field(GenCollectorPolicy, _old_gen_spec, GenerationSpec*) \
|
||||
|
@ -2256,8 +2255,6 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
|
|||
declare_constant(CollectedHeap::ParallelScavengeHeap) \
|
||||
declare_constant(CollectedHeap::G1CollectedHeap) \
|
||||
\
|
||||
declare_constant(GenCollectedHeap::max_gens) \
|
||||
\
|
||||
/* constants from Generation::Name enum */ \
|
||||
\
|
||||
declare_constant(Generation::DefNew) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue