changeset 2905:f9a80a035a4a

Merge
author coleenp
date Tue, 15 Nov 2011 12:40:55 -0500
parents 78bef05801ca (current diff) 3c7d67df8d07 (diff)
children b1754f3fbbd8 36b057451829
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Nov 10 04:46:08 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Tue Nov 15 12:40:55 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,                         \