Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8316050

Use hexadecimal encoding in MemorySegment::toString

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 22
    • 22
    • core-libs
    • None

    Description

      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 }

      Attachments

        Issue Links

          Activity

            People

              pminborg Per-Ake Minborg
              pminborg Per-Ake Minborg
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: