--- old/src/share/vm/runtime/globals.hpp 2015-12-01 17:44:25.401627312 -0500 +++ new/src/share/vm/runtime/globals.hpp 2015-12-01 17:44:25.118645393 -0500 @@ -740,9 +740,6 @@ product(bool, ForceTimeHighResolution, false, \ "Using high time resolution (for Win32 only)") \ \ - develop(bool, TraceItables, false, \ - "Trace initialization and use of itables") \ - \ develop(bool, TracePcPatching, false, \ "Trace usage of frame::patch_pc") \ \ @@ -2808,9 +2805,6 @@ develop(bool, DebugVtables, false, \ "add debugging code to vtable dispatch") \ \ - develop(bool, PrintVtables, false, \ - "print vtables when printing klass") \ - \ notproduct(bool, PrintVtableStats, false, \ "print vtables stats at end of run") \ \