diff -r 7b7b1a9ef2e7 -r ac3017b4c336 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Thu Nov 19 15:15:20 2015 +0000 +++ b/hotspot/src/share/vm/runtime/globals.hpp Mon Nov 23 15:09:45 2015 +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") \ \