Integrated: 8377245: AbstractMemorySegmentImpl#getString with length should be @ForceInline

Liam Miller-Cushon cushon at openjdk.org
Fri Feb 6 10:46:05 UTC 2026


On Thu, 5 Feb 2026 13:59:50 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> Please consider this change to add `@ForceInline` to the `MemorySegment#getString` overload added in JDK-8369564. The other pre-existing `#getString` methods already have `@ForceInline` annotations.

This pull request has now been integrated.

Changeset: cd6a7a54
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cd6a7a54c5e323ec53747f76b07edb7f90e1f965
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8377245: AbstractMemorySegmentImpl#getString with length should be @ForceInline

Reviewed-by: mcimadamore

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

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


More information about the core-libs-dev mailing list