--- old/src/share/vm/runtime/globals.hpp 2016-02-19 14:39:20.588639180 -0500 +++ new/src/share/vm/runtime/globals.hpp 2016-02-19 14:39:20.349487097 -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)") \ \