comparison src/cpu/sparc/vm/assembler_sparc.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 fff777a71346
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_SPARC_VM_ASSEMBLER_SPARC_HPP
26 #define CPU_SPARC_VM_ASSEMBLER_SPARC_HPP
24 27
25 class BiasedLockingCounters; 28 class BiasedLockingCounters;
26 29
27 // <sys/trap.h> promises that the system will not use traps 16-31 30 // <sys/trap.h> promises that the system will not use traps 16-31
28 #define ST_RESERVED_FOR_USER_0 0x10 31 #define ST_RESERVED_FOR_USER_0 0x10
2498 2501
2499 #ifdef ASSERT 2502 #ifdef ASSERT
2500 // On RISC, there's no benefit to verifying instruction boundaries. 2503 // On RISC, there's no benefit to verifying instruction boundaries.
2501 inline bool AbstractAssembler::pd_check_instruction_mark() { return false; } 2504 inline bool AbstractAssembler::pd_check_instruction_mark() { return false; }
2502 #endif 2505 #endif
2506
2507 #endif // CPU_SPARC_VM_ASSEMBLER_SPARC_HPP