--- old/src/share/vm/runtime/globals.hpp 2016-02-17 17:04:44.910043376 -0500 +++ new/src/share/vm/runtime/globals.hpp 2016-02-17 17:04:44.676679247 -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)") \ \