Re: RFR: 8312127: FileDescriptor.sync should temporarily increase parallelism

2023-07-17 Thread Brian Burkhalter
On Sat, 15 Jul 2023 13:54:46 GMT, Alan Bateman wrote: > If FileDescriptor::sync is invoked by a virtual thread then it doesn't > release its carrier to do other work while modifications are written to the > file system. For cases like this, parallelism should be temporarily increased > for the

Re: RFR: 8312127: FileDescriptor.sync should temporarily increase parallelism

2023-07-17 Thread Aleksey Shipilev
On Sat, 15 Jul 2023 13:54:46 GMT, Alan Bateman wrote: > If FileDescriptor::sync is invoked by a virtual thread then it doesn't > release its carrier to do other work while modifications are written to the > file system. For cases like this, parallelism should be temporarily increased > for the