提交 75b98722 编写于 作者: S sla

8007779: os::die() on solaris should generate core file

Reviewed-by: dholmes, rbackman
上级 90b2c836
...@@ -1865,7 +1865,7 @@ void os::abort(bool dump_core) { ...@@ -1865,7 +1865,7 @@ void os::abort(bool dump_core) {
// Die immediately, no exit hook, no abort hook, no cleanup. // Die immediately, no exit hook, no abort hook, no cleanup.
void os::die() { void os::die() {
_exit(-1); ::abort(); // dump core (for debugging)
} }
// unused // unused
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册