< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page
rev 7742 : [mq]: old_patch
rev 7743 : imported patch new_fix

*** 548,557 **** --- 548,559 ---- nonstatic_field(GenerationSpec, _name, Generation::Name) \ 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*) \ nonstatic_field(GenCollectedHeap, _n_gens, int) \ nonstatic_field(GenCollectedHeap, _gen_specs, GenerationSpec**) \ \ nonstatic_field(HeapWord, i, char*) \ \
< prev index next >