comparison src/share/vm/runtime/globals.hpp @ 15433:8638307944be

Add flag to always enable debug info sharing (true ifdef GRAAL)
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 29 Apr 2014 16:11:54 +0200
parents 4ca6dc0799b6
children d3c33144cab5
comparison
equal deleted inserted replaced
15432:62f455eba8c5 15433:8638307944be
978 "Print options string passed to disassembler.so") \ 978 "Print options string passed to disassembler.so") \
979 \ 979 \
980 product(bool, PrintNMethodStatistics, false, \ 980 product(bool, PrintNMethodStatistics, false, \
981 "Print a summary statistic for the generated nmethods") \ 981 "Print a summary statistic for the generated nmethods") \
982 \ 982 \
983 product(bool, ShareDebugInfo, IS_GRAAL_DEFINED, \
984 "Always tries to share similar debug info inside a nmethod") \
985 \
983 diagnostic(bool, PrintNMethods, false, \ 986 diagnostic(bool, PrintNMethods, false, \
984 "Print assembly code for nmethods when generated") \ 987 "Print assembly code for nmethods when generated") \
985 \ 988 \
986 diagnostic(bool, PrintNativeNMethods, false, \ 989 diagnostic(bool, PrintNativeNMethods, false, \
987 "Print assembly code for native nmethods when generated") \ 990 "Print assembly code for native nmethods when generated") \