-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 15, 16
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248818 | 11.0.9-oracle | Douglas Simon | P4 | Resolved | Fixed | b01 |
Logging output from libgraal for options such as -Dlibgraal.PrintGC=true currently goes to stderr. Instead, this should go to HotSpot's tty stream. Likewise, a fatal error in libgraal currently routes directly to call the libc abort function. Instead, it should call HotSpot's report_fatal function so that a proper hs_err_pid crash log is produced. This crash log should also contain relevant JVMCI events that may help diagnose a libgraal crash.
- backported by
-
JDK-8248818 [JVMCI] improve libgraal logging and fatal error handling
- Resolved
- relates to
-
JDK-8250233 -XX:+CITime triggers guarantee(events != NULL) in jvmci.cpp:173
- Resolved