hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp
changeset 7397 5b173b4ca846
parent 6970 3ac175042286
child 7427 d7b79a367474
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_c1_CodeStubs_x86.cpp.incl"
    26 #include "c1/c1_CodeStubs.hpp"
       
    27 #include "c1/c1_FrameMap.hpp"
       
    28 #include "c1/c1_LIRAssembler.hpp"
       
    29 #include "c1/c1_MacroAssembler.hpp"
       
    30 #include "c1/c1_Runtime1.hpp"
       
    31 #include "nativeInst_x86.hpp"
       
    32 #include "runtime/sharedRuntime.hpp"
       
    33 #include "vmreg_x86.inline.hpp"
       
    34 #ifndef SERIALGC
       
    35 #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
       
    36 #endif
    27 
    37 
    28 
    38 
    29 #define __ ce->masm()->
    39 #define __ ce->masm()->
    30 
    40 
    31 float ConversionStub::float_zero = 0.0;
    41 float ConversionStub::float_zero = 0.0;