RFR: 8164652: c1 port

Andrey Petushkov andrey.petushkov at gmail.com
Mon Aug 29 12:46:37 UTC 2016


Hi Alex,

I’m sorry, a fault on my side. I forgot to post a webrev for jdk repo. Here is it http://cr.openjdk.java.net/~apetushkov/8164652/webrev.jdk/ <http://cr.openjdk.java.net/~apetushkov/8164652/webrev.jdk/>
With it the jvm.cfg should be generated correctly at build time

Thanks,
Andrey

> On 29 Aug 2016, at 15:38, Alex Kashchenko <akashche at redhat.com> wrote:
> 
> 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