RFR: 8299329: Assertion failure with fastdebug build when trying to use CDS without classpath [v4]
Ashutosh Mehra
duke at openjdk.org
Thu Jan 5 03:09:16 UTC 2023
On Thu, 5 Jan 2023 01:56:34 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Simplify test
>>
>> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> src/hotspot/share/cds/filemap.cpp line 886:
>
>> 884: while (pos > 0) {
>> 885: if (rp_array->at(0)[--pos] == *os::file_separator()) {
>> 886: return pos+1;
>
> Please add a space before and after the '+'.
Done
-------------
PR: https://git.openjdk.org/jdk/pull/11781
More information about the hotspot-runtime-dev
mailing list