Remove SIZE_FORMAT macros and replace remaining uses

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b07

      With uses of SIZE_FORMAT, SIZE_FORMAT_W and SIZE_FORMAT_X removed, we can remove these macro definitions.

      SIZE_FORMAT_X_0 depends on 32/64 bits so we should keep that one and the few uses in the source code. Moved to be near the other platform dependent macros.

      #ifdef _LP64
      #define SIZE_FORMAT_X_0 "0x%016" PRIxPTR
      #else
      #define SIZE_FORMAT_X_0 "0x%08" PRIxPTR
      #endif

            Assignee:
            Coleen Phillimore
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: