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

Assume sized integral types are available

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: