Re: RFR: 8318586: Explicitly handle upcall stub allocation failure [v6]

2023-11-30 Thread Maurizio Cimadamore
On Thu, 2 Nov 2023 23:19:24 GMT, Jorn Vernee wrote: >> Explicitly handle UpcallStub allocation failures by terminating. We >> currently might try to use the returned `nullptr` which would fail sooner or >> later. This patch just makes the termination explicit. > > Jorn Vernee has updated the pu

Re: RFR: 8318586: Explicitly handle upcall stub allocation failure [v6]

2023-11-02 Thread Jorn Vernee
On Thu, 2 Nov 2023 23:19:24 GMT, Jorn Vernee wrote: >> Explicitly handle UpcallStub allocation failures by terminating. We >> currently might try to use the returned `nullptr` which would fail sooner or >> later. This patch just makes the termination explicit. > > Jorn Vernee has updated the pu

Re: RFR: 8318586: Explicitly handle upcall stub allocation failure [v6]

2023-11-02 Thread Jorn Vernee
> Explicitly handle UpcallStub allocation failures by terminating. We currently > might try to use the returned `nullptr` which would fail sooner or later. > This patch just makes the termination explicit. Jorn Vernee has updated the pull request incrementally with one additional commit since t