diff src/share/vm/runtime/globals.hpp @ 4774:865e0817f32b

Merge
author kamg
date Tue, 10 Jan 2012 15:47:19 -0500
parents 8940fd98d540 4f25538b54c9
children 15d394228cfa
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Jan 06 20:09:20 2012 -0800
+++ b/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;
 };