RFR: 8326085: Remove unnecessary UpcallContext constructor

Thomas Stuefe stuefe at openjdk.org
Sat Jun 8 06:28:12 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

@JoKern65 tested and its fine.

-------------

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18982#pullrequestreview-2105779590


More information about the hotspot-dev mailing list