src/hotspot/share/gc/parallel/parallel_globals.hpp
changeset 50676 8c0a5b51559b
parent 49715 947560700a09
child 57773 5cbc3bd9fdfd
--- a/src/hotspot/share/gc/parallel/parallel_globals.hpp	Wed Jun 20 11:47:07 2018 +0100
+++ b/src/hotspot/share/gc/parallel/parallel_globals.hpp	Tue Jun 19 10:00:39 2018 -0400
@@ -52,12 +52,12 @@
           "Use maximum compaction in the Parallel Old garbage collector "   \
           "for a system GC")                                                \
                                                                             \
-  product(uintx, ParallelOldDeadWoodLimiterMean, 50,                        \
+  product(size_t, ParallelOldDeadWoodLimiterMean, 50,                        \
           "The mean used by the parallel compact dead wood "                \
           "limiter (a number between 0-100)")                               \
           range(0, 100)                                                     \
                                                                             \
-  product(uintx, ParallelOldDeadWoodLimiterStdDev, 80,                      \
+  product(size_t, ParallelOldDeadWoodLimiterStdDev, 80,                      \
           "The standard deviation used by the parallel compact dead wood "  \
           "limiter (a number between 0-100)")                               \
           range(0, 100)                                                     \