# HG changeset patch # User dholmes # Date 1319753065 14400 # Node ID d5c4c73aa85594d6d166eb334423e586983e2232 # Parent c9d25d93ddfe1d86db96422f64625bd40c2ffcd7 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 diff -r c9d25d93ddfe -r d5c4c73aa855 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Fri Oct 21 16:00:50 2011 -0700 +++ b/src/share/vm/runtime/globals.hpp Thu Oct 27 18:04:25 2011 -0400 @@ -2580,7 +2580,7 @@ diagnostic(bool, DebugInlinedCalls, true, \ "If false, restricts profiled locations to the root method only") \ \ - product(bool, PrintVMOptions, trueInDebug, \ + product(bool, PrintVMOptions, NOT_EMBEDDED(trueInDebug) EMBEDDED_ONLY(false),\ "Print flags that appeared on the command line") \ \ product(bool, IgnoreUnrecognizedVMOptions, false, \