Description
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.
Attachments
Issue Links
- relates to
-
JDK-8007517 DefaultMethodRegressionTests.java fail in TL
- Closed