hotspot/src/share/vm/interpreter/templateTable.hpp
changeset 21095 1a04f7b3946e
parent 13728 882756847a04
child 22838 82c7497fbad4
child 22234 da823d78ad65
equal deleted inserted replaced
21094:aa393745eae7 21095:1a04f7b3946e
    26 #define SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP
    26 #define SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP
    27 
    27 
    28 #include "interpreter/bytecodes.hpp"
    28 #include "interpreter/bytecodes.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "runtime/frame.hpp"
    30 #include "runtime/frame.hpp"
    31 #ifdef TARGET_ARCH_MODEL_x86_32
    31 #ifdef TARGET_ARCH_x86
    32 # include "interp_masm_x86_32.hpp"
    32 # include "interp_masm_x86.hpp"
    33 #endif
       
    34 #ifdef TARGET_ARCH_MODEL_x86_64
       
    35 # include "interp_masm_x86_64.hpp"
       
    36 #endif
    33 #endif
    37 #ifdef TARGET_ARCH_MODEL_sparc
    34 #ifdef TARGET_ARCH_MODEL_sparc
    38 # include "interp_masm_sparc.hpp"
    35 # include "interp_masm_sparc.hpp"
    39 #endif
    36 #endif
    40 #ifdef TARGET_ARCH_MODEL_zero
    37 #ifdef TARGET_ARCH_MODEL_zero