comparison src/cpu/x86/vm/assembler_x86.hpp @ 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 2fe998383789
children ac637b7220d1
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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
25 #ifndef CPU_X86_VM_ASSEMBLER_X86_HPP
26 #define CPU_X86_VM_ASSEMBLER_X86_HPP
24 27
25 class BiasedLockingCounters; 28 class BiasedLockingCounters;
26 29
27 // Contains all the definitions needed for x86 assembly code generation. 30 // Contains all the definitions needed for x86 assembly code generation.
28 31
2271 }; 2274 };
2272 2275
2273 #ifdef ASSERT 2276 #ifdef ASSERT
2274 inline bool AbstractAssembler::pd_check_instruction_mark() { return true; } 2277 inline bool AbstractAssembler::pd_check_instruction_mark() { return true; }
2275 #endif 2278 #endif
2279
2280 #endif // CPU_X86_VM_ASSEMBLER_X86_HPP