Assume sized integral types are available

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: None
    • Component/s: hotspot
    • b18

      In globalDefinitions_gcc.hpp we have conditionalized includes of <inttypes.h> and declarations of various sized types. None of that conditionalization is needed any more. Sized types via <stdint.h> (or <cstdint>) and their format specifiers via <inttypes.h> (or <cinttypes>) and 64 bit integral types are part of the C++ standard we are using for HotSpot.

      globalDefinitions_gcc.hpp should be changed to just unconditionally include stdint.h and inttypes.h.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: