src/share/vm/runtime/globals.hpp

changeset 7686
fb69749583e8
parent 7633
8461d0b03127
child 7854
e8260b6328fb
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Apr 09 02:41:45 2015 +0000
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Apr 09 15:58:49 2015 +0200
     1.3 @@ -1494,7 +1494,7 @@
     1.4            "How much the GC can expand the eden by while the GC locker "     \
     1.5            "is active (as a percentage)")                                    \
     1.6                                                                              \
     1.7 -  diagnostic(intx, GCLockerRetryAllocationCount, 2,                         \
     1.8 +  diagnostic(uintx, GCLockerRetryAllocationCount, 2,                        \
     1.9            "Number of times to retry allocations when "                      \
    1.10            "blocked by the GC locker")                                       \
    1.11                                                                              \

mercurial