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 ------------- Commit messages: - 8263914: CDS fails to find the default shared archive on x86_32 Changes: https://git.openjdk.java.net/jdk/pull/3109/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3109&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8263914 Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 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