hotspot/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
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_MacroAssembler_sparc.cpp.incl"
    26 #include "c1/c1_MacroAssembler.hpp"
       
    27 #include "c1/c1_Runtime1.hpp"
       
    28 #include "classfile/systemDictionary.hpp"
       
    29 #include "gc_interface/collectedHeap.hpp"
       
    30 #include "interpreter/interpreter.hpp"
       
    31 #include "oops/arrayOop.hpp"
       
    32 #include "oops/markOop.hpp"
       
    33 #include "runtime/basicLock.hpp"
       
    34 #include "runtime/biasedLocking.hpp"
       
    35 #include "runtime/os.hpp"
       
    36 #include "runtime/stubRoutines.hpp"
    27 
    37 
    28 void C1_MacroAssembler::inline_cache_check(Register receiver, Register iCache) {
    38 void C1_MacroAssembler::inline_cache_check(Register receiver, Register iCache) {
    29   Label L;
    39   Label L;
    30   const Register temp_reg = G3_scratch;
    40   const Register temp_reg = G3_scratch;
    31   // Note: needs more testing of out-of-line vs. inline slow case
    41   // Note: needs more testing of out-of-line vs. inline slow case