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

Jie Fu jiefu at openjdk.java.net
Mon Jan 24 01:24:43 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7187/files
  - new: https://git.openjdk.java.net/jdk/pull/7187/files/b3661d29..a6badc7e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7187&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7187&range=00-01

  Stats: 6 lines in 1 file changed: 1 ins; 5 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7187.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7187/head:pull/7187

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


More information about the hotspot-runtime-dev mailing list