Re: RFR: 8293977: jdk/modules/etc/VerifyModuleDelegation.java fail with jfx

2022-09-24 Thread Alan Bateman
On Mon, 19 Sep 2022 00:45:32 GMT, Leslie Zhai wrote: > Hi, > > @dumasun reported the issue: > > Configured with jfx-ls-modular-sdk: > > > configure --with-import-modules=modular-sdk > > > `make run-test CONF=fastdebug > TEST="jdk/modules/etc/VerifyModuleDelegation.java"` failed: > > > --

Re: RFR: 8279283 - BufferedInputStream should override transferTo [v11]

2022-09-24 Thread Markus KARG
On Thu, 22 Sep 2022 22:14:02 GMT, Brian Burkhalter wrote: >> Markus KARG has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - corrected copyright >> - testing transferTo() after reset() > > test/jdk/java/io/BufferedInputStream/TransferTo.j

Re: RFR: 8279283 - BufferedInputStream should override transferTo [v11]

2022-09-24 Thread Markus KARG
On Fri, 9 Sep 2022 12:19:54 GMT, Markus KARG wrote: >> Implementation of JDK-8279283 > > Markus KARG has updated the pull request incrementally with two additional > commits since the last revision: > > - corrected copyright > - testing transferTo() after reset() @bplb Fixed the issues you p

Re: RFR: 8279283 - BufferedInputStream should override transferTo [v12]

2022-09-24 Thread Markus KARG
> Implementation of JDK-8279283 Markus KARG has updated the pull request incrementally with three additional commits since the last revision: - transformTo -> transferTo - wrapped long code lines - removed unused import - Changes: - all: https://git.openjdk.org/jdk/pull/6935/f

Re: RFR: 8291917: Windows - Improve error messages when the C Runtime Libraries or jvm.dll cannot be loaded [v5]

2022-09-24 Thread Julian Waters
> Please review a small patch for dumping the failure reason when the MSVCRT > libraries or the Java Virtual Machine fails to load on Windows, which can > provide invaluable insight when debugging related launcher issues. Julian Waters has updated the pull request with a new target base due to a

Re: RFR: 8293613: need to properly handle and hide tmp VTMS transitions [v4]

2022-09-24 Thread Serguei Spitsyn
On Thu, 22 Sep 2022 09:16:28 GMT, Serguei Spitsyn wrote: >> There are several places in VirtualThread class implementation where virtual >> threads are being mounted or unmounted, so there is a transition of the >> JavaThread identity from carrier thread to virtual thread and back. The >> exec