RFR: 8164652: c1 port
Alex Kashchenko
akashche at redhat.com
Mon Aug 29 12:38:28 UTC 2016
Hi,
Building with "--with-jvm-variants=client" I met the following jvm
selection problem on startup:
Error: missing `server' JVM at `[...]/lib/aarch32/server/libjvm.so'.
Please install or use the JRE or JDK that contains these missing components.
It worked for me changing jvm.cfg:
diff -r 80f4d01c3ad0 src/solaris/bin/aarch32/jvm.cfg
--- a/src/solaris/bin/aarch32/jvm.cfg Fri Aug 12 18:10:57 2016 +0300
+++ b/src/solaris/bin/aarch32/jvm.cfg Mon Aug 29 12:23:36 2016 +0000
@@ -30,5 +30,5 @@
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
# and may not be available in a future release.
#
--server KNOWN
--client IGNORE
+-client KNOWN
+-server IGNORE
, just not sure if jvm.cfg is a right way to fix this.
--
-Alex
More information about the aarch32-port-dev
mailing list