src/hotspot/cpu/aarch64/assembler_aarch64.cpp
changeset 49449 ef5d5d343e2a
parent 47216 71c04702a3d5
child 50640 a92d5b312116
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    34 const unsigned long Assembler::asm_bp = 0x00007fffee09ac88;
    34 const unsigned long Assembler::asm_bp = 0x00007fffee09ac88;
    35 #endif
    35 #endif
    36 
    36 
    37 #include "compiler/disassembler.hpp"
    37 #include "compiler/disassembler.hpp"
    38 #include "memory/resourceArea.hpp"
    38 #include "memory/resourceArea.hpp"
    39 #include "runtime/interfaceSupport.hpp"
    39 #include "runtime/interfaceSupport.inline.hpp"
    40 #include "runtime/sharedRuntime.hpp"
    40 #include "runtime/sharedRuntime.hpp"
    41 
    41 
    42 // for the moment we reuse the logical/floating point immediate encode
    42 // for the moment we reuse the logical/floating point immediate encode
    43 // and decode functiosn provided by the simulator. when we move to
    43 // and decode functiosn provided by the simulator. when we move to
    44 // real hardware we will need to pull taht code into here
    44 // real hardware we will need to pull taht code into here