8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag

Remove the unused PrintNMethodsAtLevel flag.

Reviewed-by: roland
This commit is contained in:
Zoltan Majo 2015-11-23 15:09:45 +01:00
parent e9d7b65314
commit e2896c949d

View file

@ -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") \
\