RFR: 8323576: [Windows] Fallthrough to ::abort instead of os::infinite_sleep for noreturn methods [v3]
Kim Barrett
kbarrett at openjdk.org
Thu Mar 28 17:51:37 UTC 2024
On Wed, 24 Jan 2024 07:35:55 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Thanks David. Is Kim around to verify whether ShouldNotReachHere and friends call recursively into os::exit or os::abort?
I expect it does. It just calls report_vm_error like lots of other things, which calls VMError::report_and_die, and so on.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17366#issuecomment-2025787497
More information about the hotspot-runtime-dev
mailing list