--- a/hotspot/src/share/vm/compiler/compileBroker.hpp Mon Sep 24 14:46:06 2012 -0700
+++ b/hotspot/src/share/vm/compiler/compileBroker.hpp Mon Sep 24 17:59:24 2012 -0700
@@ -105,7 +105,7 @@
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,