< prev index next >

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

Print this page
rev 49680 : imported patch 6672778-partial-queue-trimming
rev 49681 : [mq]: 6672778-refactoring

*** 52,61 **** --- 52,62 ---- _worker_id(worker_id), _stack_drain_upper_threshold(GCDrainStackTargetSize * 2 + 1), _stack_drain_lower_threshold(GCDrainStackTargetSize), // _surviving_young_words(NULL), // _surviving_young_words_base(NULL), + _trim_ticks(), _old_gen_is_full(false) { // we allocate G1YoungSurvRateNumRegions plus one entries, since // we "sacrifice" entry 0 to keep track of surviving bytes for // non-young regions (where the age is -1)
< prev index next >