JDK-6313196 : Interface should allow ACC_SYNTHETIC
Type:Bug
Component:hotspot
Sub-Component:runtime
Affected Version:6
Priority:P2
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2005-08-18
Updated:2012-10-08
Resolved:2005-09-08
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Interface package-info is a special case. It should be marked as both abstract and synthetic according to the VM specification. The JVM should allow modifier 0x1600 in this special case.
Comments
EVALUATION
The spec was modified to allow ACC_SYNTHETIC for interfaces.
The vm should follow that.
*** (#1 of 1): [ UNSAVED ] ###@###.###