comparison src/cpu/sparc/vm/globalDefinitions_sparc.hpp @ 10235:6b388e7d4905

8013633: Cleanup platform ifdefs in unsafe.cpp Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
author bpittore
date Tue, 07 May 2013 10:19:33 -0400
parents f95d63e2154a
children de6a9e811145 cfd05ec74089
comparison
equal deleted inserted replaced
10172:e01e02a9fcb6 10235:6b388e7d4905
28 // Size of Sparc Instructions 28 // Size of Sparc Instructions
29 const int BytesPerInstWord = 4; 29 const int BytesPerInstWord = 4;
30 30
31 const int StackAlignmentInBytes = (2*wordSize); 31 const int StackAlignmentInBytes = (2*wordSize);
32 32
33 #define SUPPORTS_NATIVE_CX8
34
33 #endif // CPU_SPARC_VM_GLOBALDEFINITIONS_SPARC_HPP 35 #endif // CPU_SPARC_VM_GLOBALDEFINITIONS_SPARC_HPP