RFR: 8326085: Remove unnecessary UpcallContext constructor
Kim Barrett
kbarrett at openjdk.org
Tue Jun 4 19:38:58 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
Looks good, assuming it passes testing on the ppc-aix port.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18982#pullrequestreview-2097242688
More information about the hotspot-dev
mailing list