diff -r 59d76c40998a -r 43560e879d6d hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Fri Nov 20 12:42:21 2015 +0100 +++ b/hotspot/src/share/vm/runtime/globals.hpp Mon Nov 23 16:16:46 2015 -0500 @@ -1073,9 +1073,6 @@ develop(bool, BreakAtWarning, false, \ "Execute breakpoint upon encountering VM warning") \ \ - develop(bool, TraceVMOperation, false, \ - "Trace VM operations") \ - \ develop(bool, UseFakeTimers, false, \ "Tell whether the VM should use system time or a fake timer") \ \