hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
changeset 11396 917d8673b5ef
parent 11174 fccee5238e70
child 13195 be27e1b6a4b9
equal deleted inserted replaced
11395:33260c27554b 11396:917d8673b5ef
   237                 HeapWord*              young_old_boundary,
   237                 HeapWord*              young_old_boundary,
   238                 ParScanThreadStateSet* state_set);
   238                 ParScanThreadStateSet* state_set);
   239 
   239 
   240   HeapWord* young_old_boundary() { return _young_old_boundary; }
   240   HeapWord* young_old_boundary() { return _young_old_boundary; }
   241 
   241 
   242   void work(int i);
   242   void work(uint worker_id);
   243 
   243 
   244   // Reset the terminator in ParScanThreadStateSet for
   244   // Reset the terminator in ParScanThreadStateSet for
   245   // "active_workers" threads.
   245   // "active_workers" threads.
   246   virtual void set_for_termination(int active_workers);
   246   virtual void set_for_termination(int active_workers);
   247 };
   247 };