hotspot/src/share/vm/runtime/frame.cpp
changeset 25351 7c198a690050
parent 24424 2658d7834c6e
child 25468 5331df506290
equal deleted inserted replaced
25350:6423a57e5451 25351:7c198a690050
    42 #include "runtime/monitorChunk.hpp"
    42 #include "runtime/monitorChunk.hpp"
    43 #include "runtime/sharedRuntime.hpp"
    43 #include "runtime/sharedRuntime.hpp"
    44 #include "runtime/signature.hpp"
    44 #include "runtime/signature.hpp"
    45 #include "runtime/stubCodeGenerator.hpp"
    45 #include "runtime/stubCodeGenerator.hpp"
    46 #include "runtime/stubRoutines.hpp"
    46 #include "runtime/stubRoutines.hpp"
       
    47 #include "runtime/thread.inline.hpp"
    47 #include "utilities/decoder.hpp"
    48 #include "utilities/decoder.hpp"
    48 
    49 
    49 #ifdef TARGET_ARCH_x86
    50 #ifdef TARGET_ARCH_x86
    50 # include "nativeInst_x86.hpp"
    51 # include "nativeInst_x86.hpp"
    51 #endif
    52 #endif