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

JSR 292: unresolved invokedynamic call sites deopt and osr infinitely

XMLWordPrintable

    • b14
    • generic
    • generic
    • Verified

        While testing a new flag I want to introduce (TraceOSR) I noticed that unresolved invokedynamic call sites compiled in C1 deoptimize and OSR infinitely. The reason for that is we deoptimize but we don't have machinery in C1 to tell to throw the method out and recompile it. So we just enter the same method again and hit the same unresolved call site.

              twisti Christian Thalinger (Inactive)
              twisti Christian Thalinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: