changeset 29078 | 3b7dd035c20b |
parent 28937 | 024add53cfeb |
child 29083 | 5e7bce2712ac |
--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Feb 11 14:47:21 2015 +0100 +++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Feb 13 09:48:49 2015 +0100 @@ -1516,7 +1516,7 @@ "How much the GC can expand the eden by while the GC locker " \ "is active (as a percentage)") \ \ - diagnostic(intx, GCLockerRetryAllocationCount, 2, \ + diagnostic(uintx, GCLockerRetryAllocationCount, 2, \ "Number of times to retry allocations when " \ "blocked by the GC locker") \ \