Re: RFR: 8301578: Perform output outside synchronization in Module.class [v6]

2023-02-10 Thread Alan Bateman
On Thu, 9 Feb 2023 16:46:08 GMT, Per Minborg wrote: >> This PR proposed to reduce contention in synchronized methods mainly by >> doing I/O operations outside synch blocks. > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Un

Re: RFR: 8301578: Perform output outside synchronization in Module.class [v6]

2023-02-09 Thread Per Minborg
> This PR proposed to reduce contention in synchronized methods mainly by doing > I/O operations outside synch blocks. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Undo more unintended edits - Changes: - all: https: