8007779: os::die() on solaris should generate core file
Reviewed-by: dholmes, rbackman
This commit is contained in:
parent
5265514689
commit
1439d121c2
@ -1865,7 +1865,7 @@ void os::abort(bool dump_core) {
|
||||
|
||||
// Die immediately, no exit hook, no abort hook, no cleanup.
|
||||
void os::die() {
|
||||
_exit(-1);
|
||||
::abort(); // dump core (for debugging)
|
||||
}
|
||||
|
||||
// unused
|
||||
|
Loading…
Reference in New Issue
Block a user