RFR: 8358593: Add ucontext accessors for *BSD on Aarch64
Andrew Haley
aph at openjdk.org
Thu Jun 5 08:32:51 UTC 2025
On Wed, 4 Jun 2025 12:58:57 GMT, snake66 <duke at openjdk.org> wrote:
> This adds macros for non-OSX BSD variants to access the required fields from ucontext_t in os_bsd_aarch64.cpp, similar to how it's already done for x86_64 in os_bsd_x86.cpp.
That looks fine, thanks. I'm not in a position to check all the BSDs, but I guess it's OK.
It's nice to see someone fixing things for BSD systems.
-------------
Marked as reviewed by aph (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25640#pullrequestreview-2899355731
More information about the hotspot-runtime-dev
mailing list