RFR: 8267754: cds/appcds/loaderConstraints/LoaderConstraintsTest.java fails on x86_32 due to customized class loader is not supported [v2]

Jie Fu jiefu at openjdk.java.net
Wed May 26 04:08:35 UTC 2021


> Hi all,
> 
> cds/appcds/loaderConstraints/LoaderConstraintsTest.java fails on x86_32.
> This reason is that customized class loader is not supported on 32-bit systems [1].
> It would be better to fix it.
> 
> Thanks.
> Best regards,
> Jie
> 
> 
> [1] https://github.com/openjdk/jdk/blob/master/src/hotspot/share/cds/classListParser.cpp#L440

Jie Fu has updated the pull request incrementally with one additional commit since the last revision:

  Use Platform.areCustomLoadersSupportedForCDS

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4198/files
  - new: https://git.openjdk.java.net/jdk/pull/4198/files/095e7915..fe20d9f1

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

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

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


More information about the hotspot-runtime-dev mailing list