comparison src/share/vm/runtime/globals.hpp @ 4066:3c7d67df8d07

7108264: Fix for 7104173 is insufficient Summary: Disable PrintVMOptions by default for all builds Reviewed-by: dsamersoff, twisti
author dholmes
date Thu, 10 Nov 2011 06:23:48 -0500
parents d5c4c73aa855
children f9a80a035a4a
comparison
equal deleted inserted replaced
4033:95009f678859 4066:3c7d67df8d07
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 \