changeset 11396 | 917d8673b5ef |
parent 11201 | 43efb25e1710 |
child 11398 | d68bb6ceb0d7 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Dec 21 07:53:53 2011 -0500 +++ b/hotspot/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") \ \