hotspot/src/share/vm/runtime/globals.hpp
changeset 44522 b10606c613ef
parent 43945 e7f2e49d2274
child 44586 fe7e6fd5ccf7
child 44993 f61bcd80ec1f
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 06 18:00:50 2017 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Apr 07 10:45:26 2017 +0200
@@ -1457,9 +1457,9 @@
           "Number of threads concurrent gc will use")                       \
           constraint(ConcGCThreadsConstraintFunc,AfterErgo)                 \
                                                                             \
-  product(uintx, GCTaskTimeStampEntries, 200,                               \
+  product(uint, GCTaskTimeStampEntries, 200,                                \
           "Number of time stamp entries per gc worker thread")              \
-          range(1, max_uintx)                                               \
+          range(1, max_jint)                                                \
                                                                             \
   product(bool, AlwaysTenure, false,                                        \
           "Always tenure objects in eden (ParallelGC only)")                \