comparison src/share/vm/runtime/globals.hpp @ 4561:35ca3ade314d

enabled nmethod statistics for product build
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 10 Feb 2012 10:07:48 -0800
parents f304ba0d4e24
children 3dbcd1013cc8
comparison
equal deleted inserted replaced
4554:daba89671d29 4561:35ca3ade314d
920 "Print assembly code (using external disassembler.so)") \ 920 "Print assembly code (using external disassembler.so)") \
921 \ 921 \
922 diagnostic(ccstr, PrintAssemblyOptions, NULL, \ 922 diagnostic(ccstr, PrintAssemblyOptions, NULL, \
923 "Options string passed to disassembler.so") \ 923 "Options string passed to disassembler.so") \
924 \ 924 \
925 product(bool, PrintNMethodStatistics, false, \
926 "Print a summary statistic for the generated nmethods") \
927 \
925 diagnostic(bool, PrintNMethods, false, \ 928 diagnostic(bool, PrintNMethods, false, \
926 "Print assembly code for nmethods when generated") \ 929 "Print assembly code for nmethods when generated") \
927 \ 930 \
928 diagnostic(bool, PrintNativeNMethods, false, \ 931 diagnostic(bool, PrintNativeNMethods, false, \
929 "Print assembly code for native nmethods when generated") \ 932 "Print assembly code for native nmethods when generated") \