I tried the LogCompilation tools while doing experiments with Graal and while AOT code was in use. I got some exceptions like below:
java.lang.Error: scope underflow at 57:115
at com.sun.hotspot.tools.compiler.LogParser.reportInternalError(LogParser.j
...
java.lang.Error: nm == null at 87:72
at com.sun.hotspot.tools.compiler.LogParser.reportInternalError(LogParser.java:589)
With AOT there are some differences in the log now to the model of how the LogCompilation models it, like uncommon traps for AOTed code etc.