- 
    Bug 
- 
    Resolution: Won't Fix
- 
     P4 P4
- 
    10, 11, 12
                    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.
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.
- relates to
- 
                    JDK-8191930 [Graal] emits unparseable XML into compile log -           
- Resolved
 
-