changeset 11398 | d68bb6ceb0d7 |
parent 11254 | e2dd3c32a7cb |
parent 11396 | 917d8673b5ef |
child 11436 | 63492afc6a27 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Fri Dec 23 15:29:34 2011 -0800 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Dec 27 12:38:49 2011 -0800 @@ -1553,7 +1553,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") \ \