--- old/src/share/vm/runtime/globals.hpp 2017-09-01 13:03:04.606403629 +0200 +++ new/src/share/vm/runtime/globals.hpp 2017-09-01 13:03:04.462397906 +0200 @@ -2344,12 +2344,6 @@ range(30*K, max_uintx/BytesPerWord) \ constraint(InitialBootClassLoaderMetaspaceSizeConstraintFunc, AfterErgo)\ \ - product(bool, TraceYoungGenTime, false, \ - "Trace accumulated time for young collection") \ - \ - product(bool, TraceOldGenTime, false, \ - "Trace accumulated time for old collection") \ - \ product(bool, PrintHeapAtSIGBREAK, true, \ "Print heap layout in response to SIGBREAK") \ \