mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8248321: [JVMCI] improve libgraal logging and fatal error handling
Reviewed-by: kvn, never
This commit is contained in:
parent
1356a0f1ac
commit
4e962f9675
14 changed files with 188 additions and 86 deletions
|
@ -146,6 +146,6 @@ void JVMCICompiler::print_timers() {
|
|||
|
||||
// Print compilation timers and statistics
|
||||
void JVMCICompiler::print_compilation_timers() {
|
||||
TRACE_jvmci_1("JVMCICompiler::print_timers");
|
||||
JVMCI_event_1("JVMCICompiler::print_timers");
|
||||
tty->print_cr(" JVMCI code install time: %6.3f s", _codeInstallTimer.seconds());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue