src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
changeset 50380 bec342339138
parent 49816 a3e79f97e86b
child 53244 9807daeb47c4
equal deleted inserted replaced
50377:1d476feca3c9 50380:bec342339138
    25 
    25 
    26 #ifndef CPU_AARCH64_VM_INTERP_MASM_AARCH64_64_HPP
    26 #ifndef CPU_AARCH64_VM_INTERP_MASM_AARCH64_64_HPP
    27 #define CPU_AARCH64_VM_INTERP_MASM_AARCH64_64_HPP
    27 #define CPU_AARCH64_VM_INTERP_MASM_AARCH64_64_HPP
    28 
    28 
    29 #include "asm/macroAssembler.hpp"
    29 #include "asm/macroAssembler.hpp"
    30 #include "asm/macroAssembler.inline.hpp"
       
    31 #include "interpreter/invocationCounter.hpp"
    30 #include "interpreter/invocationCounter.hpp"
    32 #include "runtime/frame.hpp"
    31 #include "runtime/frame.hpp"
    33 
    32 
    34 // This file specializes the assember with interpreter-specific macros
    33 // This file specializes the assember with interpreter-specific macros
    35 
    34