regression: jextract can not handle function prototypes as function arguments

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: tools
    • None
    • generic
    • generic

      Bug JDK-8217164 is back in new jextract code.

      typedef void CB(int i);

      void f(CB x);

      Similar typedef usage was found

      struct Foo {
         void (*f)(CB cb);
      }

            Assignee:
            Sundararajan Athijegannathan
            Reporter:
            Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: