8066781: Minor cleanups to TenuredGeneration

Reviewed-by: kbarrett, tschatzl
This commit is contained in:
Bengt Rutisson 2014-12-10 11:31:43 +01:00
parent ef7d6c3b9d
commit b26180dfe9
4 changed files with 3 additions and 23 deletions

View file

@ -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*) \