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

missing types in TemplateInterpreterGenerator::generate_result_handler_for

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • hs25
    • hotspot
    • b23
    • x86

      TemplateInterpreterGenerator::generate_result_handler_for in templateInterpreter_x86_32.cpp
      is missing case statements for T_LONG and T_VOID. This could cause problems if the
      ordering of types[] in templateInterpreter.cpp ever changes:

      static const BasicType types[Interpreter::number_of_result_handlers] = {
        T_BOOLEAN,
        T_CHAR ,
        T_BYTE ,
        T_SHORT ,
        T_INT ,
        T_LONG ,
        T_VOID ,
        T_FLOAT ,
        T_DOUBLE ,
        T_OBJECT
      };

            thartmann Tobias Hartmann
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: