comparison src/share/vm/runtime/globals.hpp @ 19736:f8147c931ce4

Add PrintNMethodsAtLevel option to hotspot
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 09 Mar 2015 12:43:19 -0700
parents eaf39a954227
children 104304a54b0c
comparison
equal deleted inserted replaced
19735:f3eed864acdc 19736:f8147c931ce4
991 "Always tries to share similar debug info inside a nmethod") \ 991 "Always tries to share similar debug info inside a nmethod") \
992 \ 992 \
993 diagnostic(bool, PrintNMethods, false, \ 993 diagnostic(bool, PrintNMethods, false, \
994 "Print assembly code for nmethods when generated") \ 994 "Print assembly code for nmethods when generated") \
995 \ 995 \
996 diagnostic(intx, PrintNMethodsAtLevel, -1, \
997 "Only print code for nmethods at the given compilation level") \
998 \
996 diagnostic(bool, PrintNativeNMethods, false, \ 999 diagnostic(bool, PrintNativeNMethods, false, \
997 "Print assembly code for native nmethods when generated") \ 1000 "Print assembly code for native nmethods when generated") \
998 \ 1001 \
999 develop(bool, PrintDebugInfo, false, \ 1002 develop(bool, PrintDebugInfo, false, \
1000 "Print debug information for all nmethods when generated") \ 1003 "Print debug information for all nmethods when generated") \