src/share/vm/runtime/globals.hpp

changeset 3261
78bef05801ca
parent 3260
670a74b863fc
parent 3227
d5c4c73aa855
child 3263
f9a80a035a4a
child 3315
7793051af7d6
equal deleted inserted replaced
3260:670a74b863fc 3261:78bef05801ca
2578 "Generate extra debugging info for non-safepoints in nmethods") \ 2578 "Generate extra debugging info for non-safepoints in nmethods") \
2579 \ 2579 \
2580 diagnostic(bool, DebugInlinedCalls, true, \ 2580 diagnostic(bool, DebugInlinedCalls, true, \
2581 "If false, restricts profiled locations to the root method only") \ 2581 "If false, restricts profiled locations to the root method only") \
2582 \ 2582 \
2583 product(bool, PrintVMOptions, trueInDebug, \ 2583 product(bool, PrintVMOptions, NOT_EMBEDDED(trueInDebug) EMBEDDED_ONLY(false),\
2584 "Print flags that appeared on the command line") \ 2584 "Print flags that appeared on the command line") \
2585 \ 2585 \
2586 product(bool, IgnoreUnrecognizedVMOptions, false, \ 2586 product(bool, IgnoreUnrecognizedVMOptions, false, \
2587 "Ignore unrecognized VM options") \ 2587 "Ignore unrecognized VM options") \
2588 \ 2588 \

mercurial