Working version of AArch64 Address Lowering that uses reg + immediate addresses
Doug Simon
doug.simon at oracle.com
Thu May 18 17:23:04 UTC 2017
> On 18 May 2017, at 18:32, Andrew Dinn <adinn at redhat.com> wrote:
>
> Hi Doug,
>
> I have reapplied my patches to a clone of the new repo. Unfortunately, I
> am seeing this error when I try to build
>
> . . .
>
> /home/adinn/openjdk/graal/graal/compiler/src/org.graalvm.compiler.api.test/src/org/graalvm/compiler/api/test/Graal.java:43:
> error: cannot find symbol
> Services.initializeJVMCI();
> ^
> symbol: method initializeJVMCI()
> location: class Services
> . . .
> 1 error
>
> Compiling org.graalvm.compiler.api.test with javac-daemon failed
>
>
> Any helpful hints you can provide?
This means you aren't using a JDK8 binary with the latest jvmci changes (i.e., jvmci-0.26). You can download these from http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html.
-Doug
More information about the graal-dev
mailing list