JDK-8007888 : JDK changes to fix - Default method cause java.lang.VerifyError: Illegal use of nonvirtual function call
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-02-08
  • Updated: 2013-04-30
  • Resolved: 2013-02-13
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 8
8 b78Fixed
Description
The fix to this issue is two-fold - one in hotspot tree and the other in jdk tree. Changes to hotspot were checked in http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/815957d0203e. Changes to the jdk8/tl tree can only be done once the hotspot changes make it to the jdk8/tl/hotspot tree. So, this is a sub-task representing the changes to be pushed to jdk/tl/jdk repo.