RFR: 8323807: Async UL: Add a stalling mode to async UL
David Holmes
dholmes at openjdk.org
Wed Dec 18 02:37:39 UTC 2024
On Tue, 17 Dec 2024 15:32:34 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> I was considering whether we should vm_exit_out_of_memory if that occurs.
I prefer not to have secondary functionality, like logging, abort the VM. If malloc fails no doubt we will soon have an issue in primary functionality, but we will deal with that then.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22770#issuecomment-2550178017
More information about the hotspot-runtime-dev
mailing list