RFR: 8261397: Try Catch Method Failing to Work When Dividing An Integer By 0 [v4]
Gerard Ziemski
gziemski at openjdk.java.net
Mon Feb 22 19:30:43 UTC 2021
On Mon, 22 Feb 2021 19:23:13 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:
> > Hi Gerard,
> > The new VM_Version check should be in vm_version_bsd_x86.cpp so that we don't need to ifdef the code in the generic x86 file.
> > I don't think we need make is_cpu_emulated available on all platforms, jusyt bsd-x86.
> > Thanks,
> > David
>
> I did not realize that there was `vm_version_bsd_x86.cpp` available till you pointed it out.
>
> Fixed.
Hmm, I still think we need `#ifdef __APPLE__` here as well, there could be other BSD x86 OSes...
-------------
PR: https://git.openjdk.java.net/jdk/pull/2615
More information about the hotspot-runtime-dev
mailing list