changeset 2870:6da94c5a6746

Merge
author dholmes
date Sun, 30 Oct 2011 18:40:48 -0700
parents 5c8c7bef6403 (current diff) d5c4c73aa855 (diff)
children 95009f678859
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 28 18:30:47 2011 -0700
+++ b/src/share/vm/runtime/globals.hpp	Sun Oct 30 18:40:48 2011 -0700
@@ -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,                         \