mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8007779: os::die() on solaris should generate core file
Reviewed-by: dholmes, rbackman
This commit is contained in:
parent
5265514689
commit
1439d121c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue