diff -r b3116877866f -r 23ecaf949f8f src/hotspot/share/gc/shared/gc_globals.hpp --- a/src/hotspot/share/gc/shared/gc_globals.hpp Thu Oct 10 17:36:38 2019 +0300 +++ b/src/hotspot/share/gc/shared/gc_globals.hpp Mon Nov 25 08:11:24 2019 +0100 @@ -210,10 +210,6 @@ "Number of threads concurrent gc will use") \ constraint(ConcGCThreadsConstraintFunc,AfterErgo) \ \ - product(uint, GCTaskTimeStampEntries, 200, \ - "Number of time stamp entries per gc worker thread") \ - range(1, max_jint) \ - \ product(bool, AlwaysTenure, false, \ "Always tenure objects in eden (ParallelGC only)") \ \