hotspot/src/share/vm/runtime/globals.hpp
changeset 11442 770f7b89bb6b
parent 11436 63492afc6a27
parent 11441 a89f443814cd
child 11487 f45d945367d4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 06 20:09:20 2012 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Jan 10 15:47:19 2012 -0500
@@ -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;
 };