Debugging Graal-enabled OpenJDK

Tom Rodriguez tom.rodriguez at oracle.com
Mon Oct 3 17:18:58 UTC 2016


> On Oct 3, 2016, at 10:12 AM, Andrew Haley <aph at redhat.com> wrote:
> 
> So I'm now seeing Graal classes loaded -- lots of them -- but I can't
> set a breakpoint on any of them.  I'm using the Eclipse configuration
> but whenever I try to Navigate > Open Type > I can't see any Graal
> classes.  I can see the standard Java library classes, but not the
> Graal ones.  I want to step through compilation.

I assume you built this yourself?  Are running with the eclipse project files produced by “mx eclipseinit”?  That should let you debug Graal.  I’ve never tried debugging it without that.

tom


More information about the graal-dev mailing list