RFR: 8340830: Console.readLine() and Console.printf() are mutually blocking [v3]
Roger Riggs
rriggs at openjdk.org
Mon Feb 2 19:32:30 UTC 2026
On Fri, 30 Jan 2026 22:58:31 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Fixing an issue in Console where write is blocked if other thread is waiting to read, which is caused by unnecessary read/write locks. Removing those would solve the problem, as the read/write synchronization is performed at the StreamEn/Decoder level. One unrelated change is to refactor double-checked locking with LazyConstant.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Fixed indentation
Looks good.
-------------
Marked as reviewed by rriggs (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29493#pullrequestreview-3741418933
More information about the core-libs-dev
mailing list