On Mon, 22 Mar 2021 03:37:05 GMT, Jie Fu <ji...@openjdk.org> wrote: >> 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
LGTM ------------- Marked as reviewed by iklam (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/3109