comparison src/share/vm/runtime/globals.hpp @ 4065:78bef05801ca

Merge
author twisti
date Thu, 10 Nov 2011 04:46:08 -0800
parents 670a74b863fc d5c4c73aa855
children f9a80a035a4a 7793051af7d6
comparison
equal deleted inserted replaced
4064:670a74b863fc 4065: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 \