< prev index next >

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

Print this page
rev 49680 : imported patch 6672778-partial-queue-trimming
rev 49681 : imported patch 6672778-refactoring
rev 49682 : [mq]: 6672778-stefanj-review
rev 49683 : [mq]: 6672778-inconsistent-time-fixes

@@ -59,12 +59,12 @@
 
   int  _hash_seed;
   uint _worker_id;
 
   // Upper and lower threshold to start and end work queue draining.
-  uint const _stack_drain_upper_threshold;
-  uint const _stack_drain_lower_threshold;
+  uint const _stack_trim_upper_threshold;
+  uint const _stack_trim_lower_threshold;
 
   Tickspan _trim_ticks;
   // Map from young-age-index (0 == not young, 1 is youngest) to
   // surviving words. base is what we get back from the malloc call
   size_t* _surviving_young_words_base;
< prev index next >