RFR: 8286978: SIGBUS in libz during CDS initialization [v3]
Calvin Cheung
ccheung at openjdk.java.net
Fri May 20 17:23:43 UTC 2022
On Fri, 20 May 2022 02:28:48 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>>
>> avoid the use of FileChannel.write
>
> test/lib/jdk/test/lib/cds/CDSArchiveUtils.java line 458:
>
>> 456: transferFrom(inputChannel, outputChannel, 0, offset);
>> 457: inputChannel.position(offset + nBytes);
>> 458: long length = orgSize - nBytes;
>
> Line 458 doesn't seem to be needed.
The line was removed in version v1 https://openjdk.github.io/cr/?repo=jdk&pr=8799&range=01#sdiff-0-test/lib/jdk/test/lib/cds/CDSArchiveUtils.java
-------------
PR: https://git.openjdk.java.net/jdk/pull/8799
More information about the hotspot-runtime-dev
mailing list