8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
authorzmajo
Mon, 23 Nov 2015 15:09:45 +0100
changeset 34208 ac3017b4c336
parent 34206 7b7b1a9ef2e7
child 34209 abe570308c14
8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag Summary: Remove the unused PrintNMethodsAtLevel flag. Reviewed-by: roland
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")         \
                                                                             \