< prev index next >

src/hotspot/share/gc/cms/parNewGeneration.hpp

Print this page
rev 50505 : imported patch 8204613-stringtable-unclean-fix

*** 243,252 **** --- 243,253 ---- ParNewGenTask(ParNewGeneration* young_gen, Generation* old_gen, HeapWord* young_old_boundary, ParScanThreadStateSet* state_set, StrongRootsScope* strong_roots_scope); + ~ParNewGenTask(); HeapWord* young_old_boundary() { return _young_old_boundary; } void work(uint worker_id); };
< prev index next >