-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
Semantically, young and old generation are part of a heap, so they shouldn't be non-static.
static PSYoungGen* _young_gen;
static PSOldGen* _old_gen;
Make and them non-static.
static PSYoungGen* _young_gen;
static PSOldGen* _old_gen;
Make and them non-static.