diff src/share/vm/runtime/globals.hpp @ 4065:78bef05801ca

Merge
author twisti
date Thu, 10 Nov 2011 04:46:08 -0800
parents 670a74b863fc d5c4c73aa855
children f9a80a035a4a 7793051af7d6
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Nov 09 07:25:51 2011 -0800
+++ b/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,                         \