mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
7177003: C1: LogCompilation support
Add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
This commit is contained in:
parent
9e9db7f831
commit
822deb6ee6
18 changed files with 170 additions and 19 deletions
|
@ -759,7 +759,7 @@ intx defaultStream::hold(intx writer_id) {
|
|||
if (has_log) {
|
||||
_log_file->bol();
|
||||
// output a hint where this output is coming from:
|
||||
_log_file->print_cr("<writer thread='"INTX_FORMAT"'/>", writer_id);
|
||||
_log_file->print_cr("<writer thread='" UINTX_FORMAT "'/>", writer_id);
|
||||
}
|
||||
_last_writer = writer_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue