JDK-8017531 : 8010460 changes broke bytecodeInterpreter.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-06-24
  • Updated: 2013-10-18
  • Resolved: 2013-06-27
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
Relates :  
Description
8010460 changes use undefined Method::extra_stack_entries_for_indy instead of Method::extra_stack_entries_for_jsr292. Also, it should use labs():

http://cr.openjdk.java.net/~goetz/webrevs/fix_after_8010460

Comments
Regarding the lack of regression test: this is a fix to the the c++ interpreter provided by an external contributor. We don't build or test the c++ interpreter.
18-10-2013