--- 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;
};