8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
Summary: Remove the unused PrintNMethodsAtLevel flag.
Reviewed-by: roland
--- 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") \
\