--- 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)") \