hotspot/src/share/vm/runtime/globals.hpp
changeset 31330 77061bb01b18
parent 31236 d4d3011aa98e
child 31371 311143309e73
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jun 04 14:29:34 2015 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jun 05 09:50:09 2015 +0200
@@ -1481,7 +1481,7 @@
           "The standard deviation used by the parallel compact dead wood "  \
           "limiter (a number between 0-100)")                               \
                                                                             \
-  product(uintx, ParallelGCThreads, 0,                                      \
+  product(uint, ParallelGCThreads, 0,                                       \
           "Number of parallel threads parallel gc will use")                \
                                                                             \
   product(bool, UseDynamicNumberOfGCThreads, false,                         \
@@ -1506,7 +1506,7 @@
   develop(uintx, ParallelOldGCSplitInterval, 3,                             \
           "How often to provoke splitting a young gen space")               \
                                                                             \
-  product(uintx, ConcGCThreads, 0,                                          \
+  product(uint, ConcGCThreads, 0,                                           \
           "Number of threads concurrent gc will use")                       \
                                                                             \
   product(size_t, YoungPLABSize, 4096,                                      \