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

Remove PTR32_FORMAT macros

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 20
    • hotspot
    • None

      There is no good reason for the PTR32_FORMAT macros. Pointers are either 32bit or 64bit, and the existing PTR_FORMAT macros deal with that distinction.

      All existing uses of PTR32_FORMAT are with real uint values, not (converted) pointers. These should just use "%u" instead.

      There are no uses of PTR32_FORMAT_W.

      So the PTR32_FORMAT macros can be eliminated.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: