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

jextract failed with native function declaration with java keyword

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • repo-panama
    • tools

      Native C header file could have java keywords in declaration that are valid C identifier.

      For example, following valid C function declaration would produce a java function with argument named boolean and cause jextract to fail

      void foo(int boolean);

            henryjen Henry Jen
            henryjen Henry Jen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: