JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • b64
    • Not verified

        After JDK-8029507 the fix for JDK-8031502 can be turned to an assert:
          assert(!(member.getDeclaringClass().isInterface() && refKind == REF_invokeVirtual));

              Assignee:
              Michael Haupt
              Reporter:
              Vladimir Ivanov
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: