diff src/share/vm/runtime/globals.hpp @ 4773:4f25538b54c9

7120511: Add diagnostic commands Reviewed-by: acorn, phh, dcubed, sspitsyn
author fparain
date Mon, 09 Jan 2012 10:27:24 +0100
parents 6c995c08526c
children 865e0817f32b
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jan 05 17:16:13 2012 -0500
+++ b/src/share/vm/runtime/globals.hpp	Mon Jan 09 10:27:24 2012 +0100
@@ -326,9 +326,9 @@
 
   // Returns false if name is not a command line flag.
   static bool wasSetOnCmdline(const char* name, bool* value);
-  static void printSetFlags();
+  static void printSetFlags(outputStream* out);
 
-  static void printFlags(bool withComments = false );
+  static void printFlags(outputStream* out, bool withComments);
 
   static void verify() PRODUCT_RETURN;
 };