--- old/src/share/vm/runtime/globals.hpp 2017-04-05 11:26:02.295743860 +0200 +++ new/src/share/vm/runtime/globals.hpp 2017-04-05 11:26:02.162739850 +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)") \