Re: [Jamvm-general] where is the output for jamVM?
Brought to you by:
rlougher
From: Steven G. <st...@mu...> - 2016-10-20 14:12:22
|
On Thu, 20 Oct 2016 09:44:13 +0800 Diaz Soho <soh...@gm...> wrote: > Hi all, > > I have finish build jdk8u with --openjdk-target=mips-linux > --with-jvm-variants=zero. > > but I can not make sure where is the output for my jamVM ? > I guess: > jdk8u\build\linux-mips-normal-zero-fastdebug\hotspot\linux_mips_zero\fastdebug\libjvm.so, > and anyother? > > like : > jdk8u\build\linux-mips-normal-zero-fastdebug\jdk\lib\mips\*.so files? > > or others? > Accidentally hit send after I wrote very little. JamVM is not part of OpenJDK, you have to build it alone. After building JamVM's JVM library. On Debian at least, modifying for your architecture accordingly: Place the library in the corresponding location at `/usr/lib/jvm/java-8-openjdk-powerpc/jre/lib/ppc/jamvm/libjvm.so`. Modify `/etc/java-8-openjdk/jvm-powerpc.cfg`, add `-jamvm KNOWN`. Then you should be able to use `java -jamvm -version` to see if it works. |