-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
master
The current `MemorySegment.toString()` method only provides limited information on the segment:
MemorySegment{ address: 0x60000264c540, byteSize: 8 }
It would be better to provide additional information elements like so:
MemorySegment{ native, address: 0x60000264c540, byteSize: 8, confined, not alive, read-only, mapped }
MemorySegment{ address: 0x60000264c540, byteSize: 8 }
It would be better to provide additional information elements like so:
MemorySegment{ native, address: 0x60000264c540, byteSize: 8, confined, not alive, read-only, mapped }
- links to
-
Commit(master) openjdk/jdk/c8a9dd3a
-
Review(master) openjdk/jdk/22826