src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

changeset 3357
441e946dc1af
parent 3294
bca17e38de00
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Wed Dec 21 07:53:53 2011 -0500
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Wed Dec 14 13:34:57 2011 -0800
     1.3 @@ -239,7 +239,7 @@
     1.4  
     1.5    HeapWord* young_old_boundary() { return _young_old_boundary; }
     1.6  
     1.7 -  void work(int i);
     1.8 +  void work(uint worker_id);
     1.9  
    1.10    // Reset the terminator in ParScanThreadStateSet for
    1.11    // "active_workers" threads.

mercurial