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

Add NativeTypes.SCHAR signed char type

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P5 P5
    • None
    • repo-panama
    • tools

      Currently we have CHAR (= char) and UCHAR (= unsigned char) types in the NativeTypes class. But on AArch64 both of these are unsigned, so add a SCHAR (= signed char) type in case the user needs an explicitly signed char type. Also make all the fields in this class final.

            ngasson Nick Gasson
            ngasson Nick Gasson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: