src/share/vm/compiler/compileBroker.hpp

changeset 4111
9191895df19d
parent 4037
da91efe96a93
child 4304
90273fc0a981
     1.1 --- a/src/share/vm/compiler/compileBroker.hpp	Mon Sep 24 14:46:06 2012 -0700
     1.2 +++ b/src/share/vm/compiler/compileBroker.hpp	Mon Sep 24 17:59:24 2012 -0700
     1.3 @@ -105,7 +105,7 @@
     1.4                                        const char* msg = NULL, bool short_form = false);
     1.5  
     1.6  public:
     1.7 -  void         print_compilation(outputStream* st = tty, bool short_form = false);
     1.8 +  void         print_compilation(outputStream* st = tty, const char* msg = NULL, bool short_form = false);
     1.9    static void  print_compilation(outputStream* st, const nmethod* nm, const char* msg = NULL, bool short_form = false) {
    1.10      print_compilation_impl(st, nm->method(), nm->compile_id(), nm->comp_level(),
    1.11                             nm->is_osr_method(), nm->is_osr_method() ? nm->osr_entry_bci() : -1, /*is_blocking*/ false,

mercurial