JDK-8243583 : Change 'final' error checks to throw ICCE
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:14
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2020-04-24
Updated:2022-07-08
Resolved:2020-10-28
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.
Class derivation should throw ICCE, not VerifyError, if a class or method extends/overrides an ACC_FINAL counterpart.
This change should happen in parallel with the JVMS fix, JDK-8243582.