On Thu, 19 Dec 2024 09:48:23 GMT, Per Minborg <pminb...@openjdk.org> wrote:

> This PR proposes to improve the current `MemorySegment.toString()` method 
> from:
> 
> `MemorySegment{ address: 0x60000264c540, byteSize: 8 }`
> 
> to
> 
> `MemorySegment{ native, address: 0x60000264c540, byteSize: 8}`
> 
> Tests passes tier1-tier3

This pull request has now been integrated.

Changeset: c8a9dd3a
Author:    Per Minborg <pminb...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/c8a9dd3a027781d006850c028714a62903c487d5
Stats:     18 lines in 3 files changed: 12 ins; 0 del; 6 mod

8346609: Improve MemorySegment.toString

Reviewed-by: mcimadamore

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

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

Reply via email to