regression test DefaultMethodRegressionTests fails in langtools

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: tools
    • None
    • b68

      The test generates some classfiles on the fly (using an actual byte array) - the byte array is broken as it sets the ACC_INTERFACE flag on default methods (which we used to do last year - but not now). I guess there's a glitch between the lambda VM, that still accept this flag and the TL 's VM that is stricter. Hence the failure.

            Assignee:
            Maurizio Cimadamore
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: