RFR: 8346657: Improve out of bounds exception messages for MemorySegments [v5]

Igor Rudenko duke at openjdk.org
Tue Nov 11 00:06:23 UTC 2025


> Logic for creating IndexOutOfBoundsException in MemorySegment is reworked:
> - separate logic of checking bounds and constructing exception messages for both `access` and `slice` cases 
> - idea presented in [JDK-8288534](https://bugs.openjdk.org/browse/JDK-8288534) slightly reworked with preservation of the original approach

Igor Rudenko has updated the pull request incrementally with one additional commit since the last revision:

  missed condition fix

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28124/files
  - new: https://git.openjdk.org/jdk/pull/28124/files/53f68ba9..fb7b28c0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28124&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28124&range=03-04

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/28124.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28124/head:pull/28124

PR: https://git.openjdk.org/jdk/pull/28124


More information about the core-libs-dev mailing list