Re: RFR: 8300010: UnsatisfiedLinkError on calling System.console().readPassword() on Windows [v2]

2023-01-14 Thread Alan Bateman
On Fri, 13 Jan 2023 19:18:46 GMT, Naoto Sato wrote: >> 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

Re: RFR: 8300010: UnsatisfiedLinkError on calling System.console().readPassword() on Windows [v2]

2023-01-13 Thread Naoto Sato
> 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