--- old/src/share/vm/runtime/globals.hpp 2015-11-23 12:44:00.390213881 +0100 +++ new/src/share/vm/runtime/globals.hpp 2015-11-23 12:44:00.314213884 +0100 @@ -1126,9 +1126,6 @@ diagnostic(bool, PrintNMethods, false, \ "Print assembly code for nmethods when generated") \ \ - diagnostic(intx, PrintNMethodsAtLevel, -1, \ - "Only print code for nmethods at the given compilation level") \ - \ diagnostic(bool, PrintNativeNMethods, false, \ "Print assembly code for native nmethods when generated") \ \