Debugging Graal on JDK 9
Doug Simon
doug.simon at oracle.com
Wed Oct 19 14:29:23 UTC 2016
> On 19 Oct 2016, at 16:22, Andrew Haley <aph at redhat.com> wrote:
>
> On 19/10/16 14:48, Doug Simon wrote:
>
>> Until there’s a JDK9 build number we can reliably depend on in terms
>> of JVMCI API stability, the JVMCI_VERSION_CHECK=ignore setting is
>> required.
>
> Aha! Yes, OK, I am now stepping through Graal on JDK9.
>
> I'm considering what to do about AArch64. I guess I could run on an
> AArch64 machine, with Eclipse on an x86 machine, given that I can't
> figure out how to make Eclipse run on AArch64. I suppose that would
> work.
Yes, this is how I have debugged Graal on Solaris/SPARC in the past when I couldn’t easily get an Eclipse install for that platform.
-Doug
More information about the graal-dev
mailing list