RFR: 8353568: SEGV_BNDERR signal code adjust definition [v2]
Matthias Baesken
mbaesken at openjdk.org
Fri Apr 4 11:30:41 UTC 2025
> There was a remark from Thomas Stuefe in https://github.com/openjdk/jdk24u/pull/175 .
>
> The idea was to add a static assert for SEGV_BNDERR sig-code.
> The static assert will alert us if we build on a newer Linux version and turns out we were wrong with our assumed number.
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
fix STATIC_ASSERT
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24441/files
- new: https://git.openjdk.org/jdk/pull/24441/files/06c5cad8..0f7ee417
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24441&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24441&range=00-01
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24441.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24441/head:pull/24441
PR: https://git.openjdk.org/jdk/pull/24441
More information about the hotspot-runtime-dev
mailing list