On Wed, 13 Nov 2024 19:00:36 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> Uses of `InternalLock` are removed and `synchronized` is reinstated.
>
> Brian Burkhalter has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   8343039: Remove JavaIOPrint{Stream,Writer}Access and the use thereof

src/java.base/share/classes/java/io/PrintWriter.java line 422:

> 420:      */
> 421:     public void close() {
> 422:         Object lock = this.lock;

I assume L422 can be deleted.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22048#discussion_r1841074351

Reply via email to