Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8146410

Interpreter functions are declared and defined in the wrong files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b105

      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.

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: