--- old/src/share/vm/runtime/globals.hpp 2016-02-22 15:23:39.455611633 -0500 +++ new/src/share/vm/runtime/globals.hpp 2016-02-22 15:23:39.273308048 -0500 @@ -2409,9 +2409,6 @@ product(bool, IgnoreEmptyClassPaths, false, \ "Ignore empty path elements in -classpath") \ \ - product(bool, TraceClassPaths, false, \ - "Trace processing of class paths") \ - \ product(bool, TraceClassLoadingPreorder, false, \ "Trace all classes loaded in order referenced (not loaded)") \ \