RFR: 8300010: UnsatisfiedLinkError on calling System.console().readPassword() on Windows [v2]
Naoto Sato
naoto at openjdk.org
Fri Jan 13 19:18:46 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.
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
Avoid sharing stdin handle
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11973/files
- new: https://git.openjdk.org/jdk/pull/11973/files/ee2ac0e7..7b8e41db
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11973&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11973&range=00-01
Stats: 19 lines in 2 files changed: 6 ins; 6 del; 7 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