-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: core-libs
-
None
Rather than yielding
MemorySegment{ heapBase: Optional.empty address:5235472596 limit: 16 }
it would be better to yield:
MemorySegment{ heapBase: Optional.empty address:0x1380EF8D4 limit: 16 }
MemorySegment{ heapBase: Optional.empty address:5235472596 limit: 16 }
it would be better to yield:
MemorySegment{ heapBase: Optional.empty address:0x1380EF8D4 limit: 16 }
- relates to
-
JDK-8316196 Use hexadecimal form for address outputs in java.lang.foreign
-
- Resolved
-