hotspot/src/share/vm/opto/matcher.cpp
changeset 29083 5e7bce2712ac
parent 28954 7dda6c26cc98
parent 29081 c61eb4914428
child 30300 4b12a5b40064
equal deleted inserted replaced
28958:8d8f9907083d 29083:5e7bce2712ac
    36 #include "opto/rootnode.hpp"
    36 #include "opto/rootnode.hpp"
    37 #include "opto/runtime.hpp"
    37 #include "opto/runtime.hpp"
    38 #include "opto/type.hpp"
    38 #include "opto/type.hpp"
    39 #include "opto/vectornode.hpp"
    39 #include "opto/vectornode.hpp"
    40 #include "runtime/os.hpp"
    40 #include "runtime/os.hpp"
       
    41 #include "runtime/sharedRuntime.hpp"
    41 
    42 
    42 OptoReg::Name OptoReg::c_frame_pointer;
    43 OptoReg::Name OptoReg::c_frame_pointer;
    43 
    44 
    44 const RegMask *Matcher::idealreg2regmask[_last_machine_leaf];
    45 const RegMask *Matcher::idealreg2regmask[_last_machine_leaf];
    45 RegMask Matcher::mreg2regmask[_last_Mach_Reg];
    46 RegMask Matcher::mreg2regmask[_last_Mach_Reg];