[aarch64-port-dev ] Server build for simulator

Andy Johnson andy.johnson at linaro.org
Tue Nov 26 06:22:16 PST 2013


I am still getting this message:
Error: missing `client' JVM at
`.../build/linux-aarch64-normal-server-slowdebug/images/j2sdk-image/jre/lib/aarch64/client/libjvm.so'.
from .../build/linux-aarch64-normal-server-slowdebug/images/j2sdk-image/
whenever I try to run any of the following commands:
javac, javadoc, javah, javap, jdeps.
As a workaround, I just created a symbolic link from the "server" directory
to "client", but this should really be fixed in the build.

Also, there is no build of j2sdk-image/jre/lib/aarch64/hsdis-aarch64.so
with a server build, which is necessary to support the -XX:+PrintAssembly
option.

I am trying to chase down several JTREG failures that only happen with the
server compiler:
compiler/6340864/TestByteVect.java
compiler/6340864/TestShortVect.java
compiler/7048332/Test7048332.java
compiler/8001183/TestCharVect.java

The Test*Vect tests all seem to have a common thread, and I suspect one
patch will solve all three issues.



More information about the aarch64-port-dev mailing list