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

Remove identical per-compiler definitions of unsigned integral jtypes

XMLWordPrintable

    • b07

      All versions of globalDefinitions_<compiler>.hpp contain this identical block:

      ```
      // Additional Java basic types

      typedef uint8_t jubyte;
      typedef uint16_t jushort;
      typedef uint32_t juint;
      typedef uint64_t julong;
      ```

      We can collapse that into one copy in globalDefinitions.hpp.

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

              Created:
              Updated:
              Resolved: