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

regression test DefaultMethodRegressionTests fails in langtools

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • 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.

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

              Created:
              Updated:
              Resolved: