RFR: 8300010: UnsatisfiedLinkError on calling System.console().readPassword() on Windows
Naoto Sato
naoto at openjdk.org
Thu Jan 12 17:19:33 UTC 2023
Fixing a regression caused by the fix to [JDK-8298971](https://bugs.openjdk.org/browse/JDK-8298971). The previous fix lacked the native part change on Windows.
-------------
Commit messages:
- 8300010: UnsatisfiedLinkError on calling System.console().readPassword() on Windows
Changes: https://git.openjdk.org/jdk/pull/11973/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11973&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8300010
Stats: 81 lines in 2 files changed: 55 ins; 21 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/11973.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11973/head:pull/11973
PR: https://git.openjdk.org/jdk/pull/11973
More information about the core-libs-dev
mailing list