8049529: LogCompilation: annotate make_not_compilable with compilation level
Reviewed-by: roland, iveresov
This commit is contained in:
parent
9b8aaef575
commit
c51f489786
@ -729,8 +729,8 @@ void Method::print_made_not_compilable(int comp_level, bool is_osr, bool report,
|
|||||||
}
|
}
|
||||||
if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
|
if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
|
||||||
ttyLocker ttyl;
|
ttyLocker ttyl;
|
||||||
xtty->begin_elem("make_not_%scompilable thread='" UINTX_FORMAT "'",
|
xtty->begin_elem("make_not_compilable thread='" UINTX_FORMAT "' osr='%d' level='%d'",
|
||||||
is_osr ? "osr_" : "", os::current_thread_id());
|
os::current_thread_id(), is_osr, comp_level);
|
||||||
if (reason != NULL) {
|
if (reason != NULL) {
|
||||||
xtty->print(" reason=\'%s\'", reason);
|
xtty->print(" reason=\'%s\'", reason);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user