mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8066781: Minor cleanups to TenuredGeneration
Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
ef7d6c3b9d
commit
b26180dfe9
4 changed files with 3 additions and 23 deletions
|
@ -556,9 +556,6 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
|
|||
\
|
||||
nonstatic_field(TenuredGeneration, _min_heap_delta_bytes, size_t) \
|
||||
nonstatic_field(TenuredGeneration, _the_space, ContiguousSpace*) \
|
||||
nonstatic_field(TenuredGeneration, _last_gc, WaterMark) \
|
||||
\
|
||||
\
|
||||
\
|
||||
nonstatic_field(Space, _bottom, HeapWord*) \
|
||||
nonstatic_field(Space, _end, HeapWord*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue