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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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));

              mhaupt Michael Haupt
              vlivanov Vladimir Ivanov
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: