hotspot/src/share/vm/interpreter/templateTable.hpp
changeset 22838 82c7497fbad4
parent 22807 1cf02ef734e2
parent 21095 1a04f7b3946e
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22837:feba5d4126b8 22838:82c7497fbad4
    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