RFR: 8308943: jdk.internal.le build fails on AIX

Jan Lahoda jlahoda at openjdk.org
Wed May 31 13:20:18 UTC 2023


A simpler alternative to https://github.com/openjdk/jdk/pull/14176 - it only creates a stub of `JDKNativePty` for AIX, throwing `UnsupportedOperationException`. JLine will then either use the next provider (i.e. "exec", for JShell), or dumb terminal.

-------------

Commit messages:
 - 8308943: jdk.internal.le build fails on AIX

Changes: https://git.openjdk.org/jdk/pull/14247/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14247&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308943
  Stats: 51 lines in 1 file changed: 51 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/14247.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14247/head:pull/14247

PR: https://git.openjdk.org/jdk/pull/14247


More information about the kulla-dev mailing list