diff src/share/vm/runtime/arguments.cpp @ 1770:40d7b43b6fe0

Merge
author kamg
date Tue, 07 Sep 2010 11:38:09 -0400
parents 14197af1010e 6ee479178066
children 18c378513575 728a287f6c20
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Sep 01 00:40:05 2010 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Tue Sep 07 11:38:09 2010 -0400
@@ -2858,6 +2858,13 @@
       CommandLineFlags::printFlags();
       vm_exit(0);
     }
+
+#ifndef PRODUCT
+    if (match_option(option, "-XX:+PrintFlagsWithComments", &tail)) {
+      CommandLineFlags::printFlags(true);
+      vm_exit(0);
+    }
+#endif
   }
 
   if (IgnoreUnrecognizedVMOptions) {