JDK-8027271 : Verifier fails to catch a subclass overriding a final method with static method
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs25,7u45
  • Priority: P3
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2013-10-24
  • Updated: 2013-11-14
  • Resolved: 2013-11-14
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.
Other
hs25Resolved
Related Reports
Relates :  
Description
Clarification from Alex Buckley on the verifier spec:

The verifier spec cares very little about a method being static. Verification deems that B#foo()V overrides A#foo()V because the names and descriptors match.
Comments
The current verifier behavior is correct.
14-11-2013