diff src/share/vm/memory/sharedHeap.hpp @ 4728:441e946dc1af

7121618: Change type of number of GC workers to unsigned int. Summary: Change variables representing the number of GC workers to uint from int and size_t. Change the parameter in work(int i) to work(uint worker_id). Reviewed-by: brutisso, tonyp
author jmasa
date Wed, 14 Dec 2011 13:34:57 -0800
parents bca17e38de00
children da91efe96a93
line wrap: on
line diff
--- a/src/share/vm/memory/sharedHeap.hpp	Wed Dec 21 07:53:53 2011 -0500
+++ b/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);