RFR: 8326085: Remove unnecessary UpcallContext constructor
Evgeny Astigeevich
eastigeevich at openjdk.org
Tue Apr 30 16:25:04 UTC 2024
On Fri, 26 Apr 2024 17:42:48 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
> Hi all,
>
> This PR removes the explicit constructor to UpcallContext (hotspot/share/prims/upcallLinker.cpp) that was added as workaround for [8286891](https://bugs.openjdk.org/browse/JDK-8286891).
>
> The minimum required version of XLC has since been bumped in [8325880](https://bugs.openjdk.org/browse/JDK-8325880), so we can remove this.
>
> Thanks,
> Sonia
@SoniaZaldana,
Have you tested your change does not trigger JDK-8286891 or any other errors?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18982#issuecomment-2085858264
More information about the hotspot-dev
mailing list