hotspot/src/share/vm/runtime/globals.hpp
changeset 10989 a8ce91b35dfc
parent 10988 a3b2bd43ef4f
parent 10828 083151731200
child 11195 48e0d7ae1378
child 10991 e12451ab43c4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Nov 09 07:25:51 2011 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Nov 10 04:46:08 2011 -0800
@@ -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,                         \