src/cpu/sparc/vm/globalDefinitions_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Tue Feb 23 17:19:54 2016
--- new/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Tue Feb 23 17:19:52 2016

*** 30,40 **** --- 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; ! 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