comparison src/share/vm/runtime/globals.hpp @ 4067:f9a80a035a4a

Merge
author coleenp
date Tue, 15 Nov 2011 12:40:55 -0500
parents 78bef05801ca 3c7d67df8d07
children 763f01599ff4 bca17e38de00
comparison
equal deleted inserted replaced
4065:78bef05801ca 4067:f9a80a035a4a
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, NOT_EMBEDDED(trueInDebug) EMBEDDED_ONLY(false),\ 2583 product(bool, PrintVMOptions, 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 \