RFR: 8307535: java.util.logging.Handlers should be more VirtualThread friendly [v3]
Jaikiran Pai
jpai at openjdk.org
Thu May 11 10:27:41 UTC 2023
On Thu, 11 May 2023 10:15:49 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Ah - I see that PrintStream lock can be accessed through SharedSecrets
I think Alan was talking about the
protected Object lock
on `java.io.Reader` and `java.io.Writer` classes which can be manipulated by their sub-classes and that's what prompted the creation of the new type, - `InternalLock` class.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13832#discussion_r1190963255
More information about the core-libs-dev
mailing list