Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8191511

LogCompilation needs update for when AOT code is in use

XMLWordPrintable

      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.

            Unassigned Unassigned
            ecaspole Eric Caspole
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: