hotspot/src/share/vm/runtime/globals.hpp
changeset 11441 a89f443814cd
parent 11254 e2dd3c32a7cb
child 11442 770f7b89bb6b
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 05 17:16:13 2012 -0500
+++ b/hotspot/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;
 };