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