< prev index next >

src/hotspot/share/gc/shared/gc_globals.hpp

Print this page
@@ -208,14 +208,10 @@
                                                                              \
    product(uint, ConcGCThreads, 0,                                           \
            "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)")                \
                                                                              \
    product(bool, NeverTenure, false,                                         \
            "Never tenure objects in eden, may tenure on overflow "           \
< prev index next >