comparison src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children ac637b7220d1
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
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