hotspot/src/share/vm/runtime/globals.hpp
changeset 10828 083151731200
parent 10739 91935236600e
child 10989 a8ce91b35dfc
child 10990 f71627d1b3dd
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Oct 21 16:00:50 2011 -0700
+++ b/hotspot/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,                         \