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:
>
>
> --
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
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
> 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
> 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
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