JDK-8308624 : [aix] Build broken after 8306983
  • Type: Bug
  • Component: tools
  • Sub-Component: jshell
  • Affected Version: 21
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: aix
  • CPU: ppc
  • Submitted: 2023-05-23
  • Updated: 2023-05-29
  • Resolved: 2023-05-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21Resolved
Related Reports
Duplicate :  
Relates :  
Description
Compilation error on AIX is :

/openjdk/nb/rs6000_64/jdk/src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaNativePty.java:55: error: cannot find symbol
        return JDKNativePty.current(console);
               ^
  symbol:   variable JDKNativePty
  location: class JnaNativePty
/openjdk/nb/rs6000_64/jdk/src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaNativePty.java:70: error: cannot find symbol
        return JDKNativePty.open(attr, size);
               ^
  symbol:   variable JDKNativePty
  location: class JnaNativePty
openjdk/nb/rs6000_64/jdk/src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaNativePty.java:186: error: cannot find symbol
        return JDKNativePty.isatty(fd) == 1;