--- old/src/cpu/sparc/vm/assembler_sparc.hpp 2010-10-28 13:46:18.000000000 +0200 +++ new/src/cpu/sparc/vm/assembler_sparc.hpp 2010-10-28 13:46:18.000000000 +0200 @@ -22,6 +22,9 @@ * */ +#ifndef CPU_SPARC_VM_ASSEMBLER_SPARC_HPP +#define CPU_SPARC_VM_ASSEMBLER_SPARC_HPP + class BiasedLockingCounters; // promises that the system will not use traps 16-31 @@ -2493,3 +2496,5 @@ // On RISC, there's no benefit to verifying instruction boundaries. inline bool AbstractAssembler::pd_check_instruction_mark() { return false; } #endif + +#endif // CPU_SPARC_VM_ASSEMBLER_SPARC_HPP