< prev index next >

src/hotspot/share/utilities/globalDefinitions_solstudio.hpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP ! #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP #include "jni.h" // This file holds compiler-dependent includes, // globally used constants & types, class (forward) --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SOLSTUDIO_HPP ! #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SOLSTUDIO_HPP #include "jni.h" // This file holds compiler-dependent includes, // globally used constants & types, class (forward)
*** 259,264 **** #define ALWAYSINLINE inline __attribute__((always_inline)) // Alignment #define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x))) ! #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP --- 259,264 ---- #define ALWAYSINLINE inline __attribute__((always_inline)) // Alignment #define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x))) ! #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SOLSTUDIO_HPP
< prev index next >