src/share/vm/runtime/globals.hpp

changeset 3402
4f25538b54c9
parent 3342
6c995c08526c
child 3403
865e0817f32b
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jan 05 17:16:13 2012 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jan 09 10:27:24 2012 +0100
     1.3 @@ -326,9 +326,9 @@
     1.4  
     1.5    // Returns false if name is not a command line flag.
     1.6    static bool wasSetOnCmdline(const char* name, bool* value);
     1.7 -  static void printSetFlags();
     1.8 +  static void printSetFlags(outputStream* out);
     1.9  
    1.10 -  static void printFlags(bool withComments = false );
    1.11 +  static void printFlags(outputStream* out, bool withComments);
    1.12  
    1.13    static void verify() PRODUCT_RETURN;
    1.14  };

mercurial