mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8152632: Rename LogHandle(...) to Log(...)
Reviewed-by: brutisso, mlarsson, rprotacio
This commit is contained in:
parent
ff771a6686
commit
15c4140ae5
49 changed files with 138 additions and 138 deletions
|
@ -1258,7 +1258,7 @@ void GenerateOopMap::do_exception_edge(BytecodeStream* itr) {
|
|||
|
||||
void GenerateOopMap::report_monitor_mismatch(const char *msg) {
|
||||
ResourceMark rm;
|
||||
outputStream* out = LogHandle(monitormismatch)::info_stream();
|
||||
outputStream* out = Log(monitormismatch)::info_stream();
|
||||
out->print("Monitor mismatch in method ");
|
||||
method()->print_short_name(out);
|
||||
out->print_cr(": %s", msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue