aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/compiler/compileBroker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/compiler/compileBroker.hpp')
-rw-r--r--src/share/vm/compiler/compileBroker.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/compiler/compileBroker.hpp b/src/share/vm/compiler/compileBroker.hpp
index 485726e41..5169cbe35 100644
--- a/src/share/vm/compiler/compileBroker.hpp
+++ b/src/share/vm/compiler/compileBroker.hpp
@@ -105,7 +105,7 @@ private:
const char* msg = NULL, bool short_form = false);
public:
- void print_compilation(outputStream* st = tty, bool short_form = false);
+ void print_compilation(outputStream* st = tty, const char* msg = NULL, bool short_form = false);
static void print_compilation(outputStream* st, const nmethod* nm, const char* msg = NULL, bool short_form = false) {
print_compilation_impl(st, nm->method(), nm->compile_id(), nm->comp_level(),
nm->is_osr_method(), nm->is_osr_method() ? nm->osr_entry_bci() : -1, /*is_blocking*/ false,