Re: RFR: 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io [v5]

2024-11-13 Thread Alan Bateman
On Wed, 13 Nov 2024 20:16:44 GMT, Brian Burkhalter 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 InternalLock reference fr

Re: RFR: 8343039: Remove jdk.internal.misc.InternalLock and usages from java.io [v5]

2024-11-13 Thread Brian Burkhalter
> 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 InternalLock reference from java/lang/ProcessBuilder/Basic.java - Changes: - a