hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
changeset 11396 917d8673b5ef
parent 11174 fccee5238e70
child 13195 be27e1b6a4b9
--- a/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Wed Dec 21 07:53:53 2011 -0500
+++ b/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Wed Dec 14 13:34:57 2011 -0800
@@ -239,7 +239,7 @@
 
   HeapWord* young_old_boundary() { return _young_old_boundary; }
 
-  void work(int i);
+  void work(uint worker_id);
 
   // Reset the terminator in ParScanThreadStateSet for
   // "active_workers" threads.