Integrated: 8326085: Remove unnecessary UpcallContext constructor
Sonia Zaldana Calles
szaldana at openjdk.org
Mon Jun 10 13:44:22 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
This pull request has now been integrated.
Changeset: e0afe0b5
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e0afe0b5e4f9bfa1f608be98e0a4f3bb4a7e4d30
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
8326085: Remove unnecessary UpcallContext constructor
Reviewed-by: kbarrett, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/18982
More information about the hotspot-dev
mailing list