RFR: 8263914: CDS fails to find the default shared archive on x86_32 [v2]

Jie Fu jiefu at openjdk.java.net
Mon Mar 22 03:37:05 UTC 2021


> Hi all,
> 
> The VM fails to get initialized when running with `java -Xshare:on -version` on x86_32.
> The reason is that the default shared archive (classes_nocoops.jsa) doesn't exist.
> So the build system should generate classes_nocoops.jsa instead of classes.jsa on x86_32.
> 
> Thanks.
> Best regards,
> Jie

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

  Fix the logic to look for the archive

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3109/files
  - new: https://git.openjdk.java.net/jdk/pull/3109/files/e68bb866..858ef128

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

  Stats: 6 lines in 2 files changed: 0 ins; 4 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3109.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3109/head:pull/3109

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


More information about the hotspot-runtime-dev mailing list