It is far from clear to me that this change is correct. If a Java 8
interface method is a default method then any of the implementation
related modifiers should be valid:
- strictfp
- synchronized
And can't interfaces now also have static methods?
David
On 10/01/2013 5:17 AM, [email protected] wrote:
Changeset: adc176e95bf2
Author: acorn
Date: 2013-01-09 11:39 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/adc176e95bf2
8005689: InterfaceAccessFlagsTest failures in Lambda-JDK tests
Summary: Fix verifier for new interface access flags
Reviewed-by: acorn, kvn
Contributed-by: [email protected]
! src/share/vm/classfile/classFileParser.cpp