src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp
changeset 59122 5d73255c2d52
parent 58641 55fe0d93bdd3
child 59284 88502b1cf76f
equal deleted inserted replaced
59121:7cbffba2156b 59122:5d73255c2d52
    36 #include "oops/compiledICHolder.hpp"
    36 #include "oops/compiledICHolder.hpp"
    37 #include "oops/klass.inline.hpp"
    37 #include "oops/klass.inline.hpp"
    38 #include "runtime/safepointMechanism.hpp"
    38 #include "runtime/safepointMechanism.hpp"
    39 #include "runtime/sharedRuntime.hpp"
    39 #include "runtime/sharedRuntime.hpp"
    40 #include "runtime/vframeArray.hpp"
    40 #include "runtime/vframeArray.hpp"
       
    41 #include "runtime/vm_version.hpp"
    41 #include "utilities/align.hpp"
    42 #include "utilities/align.hpp"
    42 #include "vmreg_x86.inline.hpp"
    43 #include "vmreg_x86.inline.hpp"
    43 #ifdef COMPILER1
    44 #ifdef COMPILER1
    44 #include "c1/c1_Runtime1.hpp"
    45 #include "c1/c1_Runtime1.hpp"
    45 #endif
    46 #endif
    46 #ifdef COMPILER2
    47 #ifdef COMPILER2
    47 #include "opto/runtime.hpp"
    48 #include "opto/runtime.hpp"
    48 #endif
    49 #endif
    49 #include "vm_version_x86.hpp"
       
    50 
    50 
    51 #define __ masm->
    51 #define __ masm->
    52 
    52 
    53 const int StackAlignmentInSlots = StackAlignmentInBytes / VMRegImpl::stack_slot_size;
    53 const int StackAlignmentInSlots = StackAlignmentInBytes / VMRegImpl::stack_slot_size;
    54 
    54