RFR: 8263603: Remove leftovers of "FPE_FLT..." type signals from regular signal handling code [v2]
Gerard Ziemski
gziemski at openjdk.java.net
Thu Mar 25 15:03:26 UTC 2021
On Thu, 25 Mar 2021 07:19:17 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Hi Gerard,
>
> Thanks for tackling this one.
>
> I'm not certain we should make this a fatal condition rather than just printing a warning and throwing the exception. Perhaps use an assert.
>
> Thanks,
> David
Thank you David for the review.
I figured that if we were to get such unexpected signal we would be in unknown territory, but I can change it to assert instead.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3175
More information about the hotspot-runtime-dev
mailing list