Re: RFR: 4926314: Optimize Reader.read(CharBuffer) [v4]

2021-01-09 Thread Brett Okken
On Sat, 9 Jan 2021 23:06:22 GMT, Philippe Marschall wrote: >> Implement three optimiztations for Reader.read(CharBuffer) >> >> * Add a code path for heap buffers in Reader#read to use the backing array >> instead of allocating a new one. >> * Change the code path for direct buffers in Reader#r

RFR: 8259518: Fixes for rare test failures due to 8246585: ForkJoin updates

2021-01-09 Thread Martin Buchholz
8259518: Fixes for rare test failures due to 8246585: ForkJoin updates - Commit messages: - JDK-8259518 Changes: https://git.openjdk.java.net/jdk/pull/2015/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2015&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-82

RFR: 8258217: PriorityBlockingQueue constructor spec and behavior mismatch

2021-01-09 Thread Martin Buchholz
8258217: PriorityBlockingQueue constructor spec and behavior mismatch - Commit messages: - JDK-8258217 Changes: https://git.openjdk.java.net/jdk/pull/2014/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2014&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-825

Re: RFR: 4926314: Optimize Reader.read(CharBuffer) [v4]

2021-01-09 Thread Philippe Marschall
> Implement three optimiztations for Reader.read(CharBuffer) > > * Add a code path for heap buffers in Reader#read to use the backing array > instead of allocating a new one. > * Change the code path for direct buffers in Reader#read to limit the > intermediate allocation to `TRANSFER_BUFFER_SIZ

Integrated: 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01

2021-01-09 Thread Martin Buchholz
On Sun, 6 Dec 2020 02:57:03 GMT, Martin Buchholz wrote: > 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 This pull request has now been integrated. Changeset: 270014ab Author:Martin Buchholz URL: https://git.openjdk.java.net/jdk/commit/270014ab Stats: 314 lines i

Integrated: 8246677: LinkedTransferQueue and SynchronousQueue synchronization updates

2021-01-09 Thread Martin Buchholz
On Sun, 6 Dec 2020 02:56:04 GMT, Martin Buchholz wrote: > 8246677: LinkedTransferQueue and SynchronousQueue synchronization updates This pull request has now been integrated. Changeset: 63e3bd76 Author:Martin Buchholz URL: https://git.openjdk.java.net/jdk/commit/63e3bd76 Stats: 5

Integrated: 8246585: ForkJoin updates

2021-01-09 Thread Martin Buchholz
On Sun, 6 Dec 2020 02:56:34 GMT, Martin Buchholz wrote: > 8246585: ForkJoin updates This pull request has now been integrated. Changeset: 5cfa8c94 Author:Martin Buchholz URL: https://git.openjdk.java.net/jdk/commit/5cfa8c94 Stats: 3771 lines in 9 files changed: 1594 ins; 1097 del

Re: RFR: 8246585: ForkJoin updates [v5]

2021-01-09 Thread Martin Buchholz
> 8246585: ForkJoin updates Martin Buchholz has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision: JDK-82465