mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8061805: BACKOUT - Remove the generations array
Backing out the change due to non-trivial test problems in nightly testing. Reviewed-by: jwilhelm, mgerdin
This commit is contained in:
parent
46e9fb5176
commit
27e9dd8a8d
8 changed files with 324 additions and 302 deletions
|
@ -547,6 +547,7 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
|
|||
\
|
||||
static_field(GenCollectedHeap, _gch, GenCollectedHeap*) \
|
||||
nonstatic_field(GenCollectedHeap, _n_gens, int) \
|
||||
unchecked_nonstatic_field(GenCollectedHeap, _gens, sizeof(GenCollectedHeap::_gens)) /* NOTE: no type */ \
|
||||
nonstatic_field(GenCollectedHeap, _gen_specs, GenerationSpec**) \
|
||||
\
|
||||
nonstatic_field(HeapWord, i, char*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue