< prev index next >

src/hotspot/share/gc/g1/g1ParScanThreadState.hpp

Print this page
rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
Reviewed-by:
Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com
rev 52676 : imported patch AMGC-impl
rev 52681 : [mq]: AMGC-kbar-rev1

*** 237,246 **** --- 237,247 ---- size_t young_cset_length, size_t optional_cset_length); ~G1ParScanThreadStateSet(); void flush(); + void free_unused_optional_region(HeapRegion* hr); G1ParScanThreadState* state_for_worker(uint worker_id); const size_t* surviving_young_words() const;
< prev index next >