src/cpu/sparc/vm/c1_MacroAssembler_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_MacroAssembler_sparc.cpp.incl" void C1_MacroAssembler::inline_cache_check(Register receiver, Register iCache) { Label L; const Register temp_reg = G3_scratch; // Note: needs more testing of out-of-line vs. inline slow case --- 20,41 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "c1/c1_MacroAssembler.hpp" ! #include "c1/c1_Runtime1.hpp" ! #include "classfile/systemDictionary.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "interpreter/interpreter.hpp" ! #include "oops/arrayOop.hpp" ! #include "oops/markOop.hpp" ! #include "runtime/biasedLocking.hpp" ! #include "runtime/os.hpp" ! #include "runtime/stubRoutines.hpp" ! #include "runtime/synchronizer.hpp" void C1_MacroAssembler::inline_cache_check(Register receiver, Register iCache) { Label L; const Register temp_reg = G3_scratch; // Note: needs more testing of out-of-line vs. inline slow case