hotspot/src/share/vm/memory/sharedHeap.hpp
changeset 11396 917d8673b5ef
parent 11174 fccee5238e70
child 13728 882756847a04
--- a/hotspot/src/share/vm/memory/sharedHeap.hpp	Wed Dec 21 07:53:53 2011 -0500
+++ b/hotspot/src/share/vm/memory/sharedHeap.hpp	Wed Dec 14 13:34:57 2011 -0800
@@ -287,7 +287,7 @@
 
   // Sets the number of parallel threads that will be doing tasks
   // (such as process strong roots) subsequently.
-  virtual void set_par_threads(int t);
+  virtual void set_par_threads(uint t);
 
   int n_termination();
   void set_n_termination(int t);