RFR: 8353568: SEGV_BNDERR signal code adjust definition

Matthias Baesken mbaesken at openjdk.org
Fri Apr 4 09:07:27 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.

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

Commit messages:
 - JDK-8353568

Changes: https://git.openjdk.org/jdk/pull/24441/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24441&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8353568
  Stats: 5 lines in 1 file changed: 3 ins; 0 del; 2 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