src/share/vm/compiler/compileBroker.hpp

changeset 3969
1d7922586cf6
parent 3900
d2a62e0f25eb
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/compiler/compileBroker.hpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/share/vm/compiler/compileBroker.hpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -104,10 +104,10 @@
     1.4  
     1.5  public:
     1.6    void         print_compilation(outputStream* st = tty, bool short_form = false);
     1.7 -  static void  print_compilation(outputStream* st, const nmethod* nm, const char* msg = NULL) {
     1.8 +  static void  print_compilation(outputStream* st, const nmethod* nm, const char* msg = NULL, bool short_form = false) {
     1.9      print_compilation_impl(st, nm->method(), nm->compile_id(), nm->comp_level(),
    1.10                             nm->is_osr_method(), nm->is_osr_method() ? nm->osr_entry_bci() : -1, /*is_blocking*/ false,
    1.11 -                           msg);
    1.12 +                           msg, short_form);
    1.13    }
    1.14  
    1.15    static void  print_inlining(outputStream* st, ciMethod* method, int inline_level, int bci, const char* msg = NULL);

mercurial