hotspot/src/share/vm/opto/matcher.cpp
changeset 25351 7c198a690050
parent 24923 9631f7d691dc
child 25715 d5a8dbdc5150
equal deleted inserted replaced
25350:6423a57e5451 25351:7c198a690050
    34 #include "opto/regmask.hpp"
    34 #include "opto/regmask.hpp"
    35 #include "opto/rootnode.hpp"
    35 #include "opto/rootnode.hpp"
    36 #include "opto/runtime.hpp"
    36 #include "opto/runtime.hpp"
    37 #include "opto/type.hpp"
    37 #include "opto/type.hpp"
    38 #include "opto/vectornode.hpp"
    38 #include "opto/vectornode.hpp"
    39 #include "runtime/atomic.hpp"
       
    40 #include "runtime/os.hpp"
    39 #include "runtime/os.hpp"
    41 #ifdef TARGET_ARCH_MODEL_x86_32
    40 #ifdef TARGET_ARCH_MODEL_x86_32
    42 # include "adfiles/ad_x86_32.hpp"
    41 # include "adfiles/ad_x86_32.hpp"
    43 #endif
    42 #endif
    44 #ifdef TARGET_ARCH_MODEL_x86_64
    43 #ifdef TARGET_ARCH_MODEL_x86_64