hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp
changeset 7397 5b173b4ca846
parent 6453 970dc585ab63
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_Runtime1_x86.cpp.incl"
    26 #include "c1/c1_Defs.hpp"
       
    27 #include "c1/c1_MacroAssembler.hpp"
       
    28 #include "c1/c1_Runtime1.hpp"
       
    29 #include "interpreter/interpreter.hpp"
       
    30 #include "nativeInst_x86.hpp"
       
    31 #include "oops/compiledICHolderOop.hpp"
       
    32 #include "oops/oop.inline.hpp"
       
    33 #include "prims/jvmtiExport.hpp"
       
    34 #include "register_x86.hpp"
       
    35 #include "runtime/sharedRuntime.hpp"
       
    36 #include "runtime/signature.hpp"
       
    37 #include "runtime/vframeArray.hpp"
       
    38 #include "vmreg_x86.inline.hpp"
    27 
    39 
    28 
    40 
    29 // Implementation of StubAssembler
    41 // Implementation of StubAssembler
    30 
    42 
    31 int StubAssembler::call_RT(Register oop_result1, Register oop_result2, address entry, int args_size) {
    43 int StubAssembler::call_RT(Register oop_result1, Register oop_result2, address entry, int args_size) {