hotspot/src/share/vm/runtime/globals.hpp
changeset 46388 d7a164ad6b7f
parent 46327 91576389a517
parent 44586 fe7e6fd5ccf7
child 46405 17ab5460b2cb
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Apr 18 13:19:42 2017 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Apr 18 22:25:33 2017 +0200
@@ -1453,9 +1453,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)")                \