JDK-8146410 : Interpreter functions are declared and defined in the wrong files
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-04
  • Updated: 2016-04-29
  • Resolved: 2016-01-12
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 9
9 b105Fixed
Related Reports
Relates :  
Relates :  
Description
Move AbstractInterpreter:: functions into abstractInterpreter.cpp/hpp abstractInterpreter_<proc>.cpp

Move TemplateInterpreterGenerator:: functions in to templateInterpreterGenerator_<proc>.cpp files

templateInterpreter_<proc>.cpp files had AbstractInterpreter functions.

Leave interpreter.hpp and interpreter.cpp to define InterpreterCodelet and the typedef:

The class Interpreter is a typedef to TemplateInterpreter OR CppInterpreter so interpreter has no cpu specific functions and interpreter_<proc>.cpp functions should be moved and the file should be removed.