# HG changeset patch # User dholmes # Date 1320924228 18000 # Node ID 3c7d67df8d0757d1d6c495dd72c7a1781322e109 # Parent 95009f678859e17145f472241369b5ff3cad37f2 7108264: Fix for 7104173 is insufficient Summary: Disable PrintVMOptions by default for all builds Reviewed-by: dsamersoff, twisti diff -r 95009f678859 -r 3c7d67df8d07 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Nov 01 13:44:40 2011 +0100 +++ b/src/share/vm/runtime/globals.hpp Thu Nov 10 06:23:48 2011 -0500 @@ -2580,7 +2580,7 @@ diagnostic(bool, DebugInlinedCalls, true, \ "If false, restricts profiled locations to the root method only") \ \ - product(bool, PrintVMOptions, NOT_EMBEDDED(trueInDebug) EMBEDDED_ONLY(false),\ + product(bool, PrintVMOptions, false, \ "Print flags that appeared on the command line") \ \ product(bool, IgnoreUnrecognizedVMOptions, false, \