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

riscv: Remove uses of long and unsigned long

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • repo-riscv-port
    • repo-riscv-port
    • hotspot
    • None

      The riscv port should follow https://bugs.openjdk.java.net/browse/JDK-8248404, for the same reason of:
      ```
      In many cases the RISCV64 back end uses long and unsigned long types. These types don't work on LLP64 systems (such as Windows) and should be replaced either by int64_t or jlong, as appropriate.
      ```

            yadongwang Yadong Wang
            yadongwang Yadong Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: