src/cpu/sparc/vm/c1_Runtime1_sparc.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_c1_Runtime1_sparc.cpp.incl" // Implementation of StubAssembler int StubAssembler::call_RT(Register oop_result1, Register oop_result2, address entry_point, int number_of_arguments) { // for sparc changing the number of arguments doesn't change --- 20,43 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "c1/c1_Defs.hpp" ! #include "c1/c1_MacroAssembler.hpp" ! #include "c1/c1_Runtime1.hpp" ! #include "interpreter/interpreter.hpp" ! #include "nativeInst_sparc.hpp" ! #include "oops/compiledICHolderOop.hpp" ! #include "oops/oop.inline.hpp" ! #include "prims/jvmtiExport.hpp" ! #include "register_sparc.hpp" ! #include "runtime/sharedRuntime.hpp" ! #include "runtime/signature.hpp" ! #include "runtime/vframeArray.hpp" ! #include "vmreg_sparc.inline.hpp" // Implementation of StubAssembler int StubAssembler::call_RT(Register oop_result1, Register oop_result2, address entry_point, int number_of_arguments) { // for sparc changing the number of arguments doesn't change