diff src/share/vm/runtime/arguments.cpp @ 1155:4e6abf09f540

6912062: disassembler plugin needs to produce symbolic information in product mode Summary: More informative disassembly in product mode. Also, a more consistent CompileCommand syntax. Reviewed-by: never
author jrose
date Fri, 08 Jan 2010 13:47:01 -0800
parents f62a22282a47
children 1fc01a2425ce
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Fri Jan 08 09:42:31 2010 -0800
+++ b/src/share/vm/runtime/arguments.cpp	Fri Jan 08 13:47:01 2010 -0800
@@ -2795,6 +2795,11 @@
   }
 #endif
 
+  if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
+    warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
+    DebugNonSafepoints = true;
+  }
+
   if (PrintCommandLineFlags) {
     CommandLineFlags::printSetFlags();
   }