RFR: 8321786: SegmentAllocator:allocateFrom(ValueLayout, MemorySegment, ValueLayout, long, long) spec mismatch in exception scenario [v9]

Per Minborg pminborg at openjdk.org
Fri Jan 5 08:25:56 UTC 2024


> This PR proposes to change the specification for some methods that take `long` offsets so that they will throw an `IllegalArgumentException` rather than an `IndexOutOfBoundsException` for negative values.
> 
> The PR also proposes to fix a bug where the allocation size would overflow and the specified exception was not thrown.

Per Minborg has updated the pull request incrementally with one additional commit since the last revision:

  Fix docs for read-only exceptions

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17079/files
  - new: https://git.openjdk.org/jdk/pull/17079/files/67091945..4d7c58ad

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17079&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17079&range=07-08

  Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/17079.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17079/head:pull/17079

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


More information about the core-libs-dev mailing list