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.

To download the current JDK release, click here.
JDK 16
16 b22Fixed
Related Reports
Blocks :  
CSR :  
Sub Tasks
JDK-8260452 :  
Description
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.
Comments
Changeset: 3bd5b807 Author: Harold Seigel <hseigel@openjdk.org> Date: 2020-10-28 12:32:45 +0000 URL: https://git.openjdk.java.net/jdk/commit/3bd5b807
28-10-2020