src/cpu/sparc/vm/globalDefinitions_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/sparc/vm/globalDefinitions_sparc.hpp

src/cpu/sparc/vm/globalDefinitions_sparc.hpp

Print this page
rev 10391 : reviews

*** 30,40 **** const int StackAlignmentInBytes = (2*wordSize); // Indicates whether the C calling conventions require that // 32-bit integer argument values are extended to 64 bits. ! const bool CCallingConventionRequiresIntsAsLongs = false; #define SUPPORTS_NATIVE_CX8 // The expected size in bytes of a cache line, used to pad data structures. #if defined(TIERED) --- 30,40 ---- const int StackAlignmentInBytes = (2*wordSize); // Indicates whether the C calling conventions require that // 32-bit integer argument values are extended to 64 bits. ! const bool CCallingConventionRequiresIntsAsLongs = true; #define SUPPORTS_NATIVE_CX8 // The expected size in bytes of a cache line, used to pad data structures. #if defined(TIERED)
src/cpu/sparc/vm/globalDefinitions_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File