8248321: [JVMCI] improve libgraal logging and fatal error handling

Reviewed-by: kvn, never
This commit is contained in:
Doug Simon 2020-07-02 18:02:20 +02:00
parent 1356a0f1ac
commit 4e962f9675
14 changed files with 188 additions and 86 deletions

View file

@ -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());
}