JDK-8013875 : Incorrect vtable index being set during methodHandle creation for static methods
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-05-03
  • Updated: 2014-04-02
  • Resolved: 2013-05-09
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 Other
8Fixed hs25Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
John Rose pointed out that changes to address JDK-8006267 include modifications to methodHandles.cpp are incorrect. Static methods do not use vtable or itable indices. Need to delete the change and address it elsewhere as appropriate.
Comments
JDK-8014013 cleans up the root cause of this bug (and others)
06-05-2013