On Mon, 22 Mar 2021 01:30:43 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
This pull request has now been integrated. Changeset: b23228d1 Author: Jie Fu <ji...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b23228d1 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8263914: CDS fails to find the default shared archive on x86_32 Reviewed-by: dholmes, iklam ------------- PR: https://git.openjdk.java.net/jdk/pull/3109