comparison src/share/vm/runtime/globals.hpp @ 4031:d5c4c73aa855

7104173: sun/tools tests fail with debug build after 7012206 Summary: Disable PrintVMOptions in embedded debug builds so tests are unaffected by extra output Reviewed-by: twisti, coleenp, phh, fparain, dsamersoff
author dholmes
date Thu, 27 Oct 2011 18:04:25 -0400
parents 436b4a3231bf
children 78bef05801ca 3c7d67df8d07
comparison
equal deleted inserted replaced
4019:c9d25d93ddfe 4031:d5c4c73aa855
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 \