diff src/share/vm/runtime/globals.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 81f7362f7bed
children 7faca6dfa2ed
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Dec 21 07:53:53 2011 -0500
+++ b/src/share/vm/runtime/globals.hpp	Wed Dec 14 13:34:57 2011 -0800
@@ -1551,7 +1551,7 @@
   product(uintx, ParGCDesiredObjsFromOverflowList, 20,                      \
           "The desired number of objects to claim from the overflow list")  \
                                                                             \
-  diagnostic(intx, ParGCStridesPerThread, 2,                                \
+  diagnostic(uintx, ParGCStridesPerThread, 2,                               \
           "The number of strides per worker thread that we divide up the "  \
           "card table scanning work into")                                  \
                                                                             \