From e2896c949dfec9802599fac5579bd9d8edfa60a6 Mon Sep 17 00:00:00 2001 From: Zoltan Majo Date: Mon, 23 Nov 2015 15:09:45 +0100 Subject: [PATCH] 8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag Remove the unused PrintNMethodsAtLevel flag. Reviewed-by: roland --- hotspot/src/share/vm/runtime/globals.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/hotspot/src/share/vm/runtime/globals.hpp b/hotspot/src/share/vm/runtime/globals.hpp index 6e2a40c82cc..c6b83da55ab 100644 --- a/hotspot/src/share/vm/runtime/globals.hpp +++ b/hotspot/src/share/vm/runtime/globals.hpp @@ -1126,9 +1126,6 @@ public: 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") \ \