RFR: 8280499: runtime/cds/appcds/TestDumpClassListSource.java fails on platforms without AppCDS custom class loaders support [v2]

Ioi Lam iklam at openjdk.java.net
Mon Jan 24 04:28:06 UTC 2022


On Mon, 24 Jan 2022 01:24:43 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Hi all,
>> 
>> runtime/cds/appcds/TestDumpClassListSource.java fails on x86_32.
>> This is because `ClassListParser::load_class_from_source` is not supported on x86_32.
>> 
>> It would be better to improve this test.
>> 
>> Thanks.
>> Best regards,
>> Jie
>
> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use requires vm.cds.custom.loaders

LGTM, and I think this can be pushed using the trivial fixes rule.

-------------

Marked as reviewed by iklam (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7187


More information about the hotspot-runtime-dev mailing list