RFR: 8315127: CDSMapTest fails with incorrect number of oop references [v2]
Ioi Lam
iklam at openjdk.org
Fri Sep 1 22:49:07 UTC 2023
On Fri, 1 Sep 2023 20:27:23 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> @calvinccheung and @turbanoff review comments
>
> test/hotspot/jtreg/runtime/cds/CDSMapReader.java line 282:
>
>> 280: } finally {
>> 281: System.out.println("Parsed " + lineCount + " lines in " + fileName);
>> 282: System.out.println("Found " + mapFile.heapObjectCount() + " heap objects ("
>
> Suggestion:
>
> System.out.println("Found " + mapFile.heapObjectCount() + " heap objects ("
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15527#discussion_r1313608452
More information about the hotspot-runtime-dev
mailing list