diff src/share/vm/memory/genCollectedHeap.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 3c648b9ad052
children b632e80fc9dc
line wrap: on
line diff
--- a/src/share/vm/memory/genCollectedHeap.hpp	Wed Dec 21 07:53:53 2011 -0500
+++ b/src/share/vm/memory/genCollectedHeap.hpp	Wed Dec 14 13:34:57 2011 -0800
@@ -419,8 +419,7 @@
   // asserted to be this type.
   static GenCollectedHeap* heap();
 
-  void set_par_threads(int t);
-
+  void set_par_threads(uint t);
 
   // Invoke the "do_oop" method of one of the closures "not_older_gens"
   // or "older_gens" on root locations for the generation at