src/hotspot/share/utilities/globalDefinitions_gcc.hpp
changeset 53244 9807daeb47c4
parent 53130 106fc138542a
child 54030 889dae20c4c4
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    25 #ifndef SHARE_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    26 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    26 #define SHARE_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    27 
    27 
    28 #include "jni.h"
    28 #include "jni.h"
    29 
    29 
    30 // This file holds compiler-dependent includes,
    30 // This file holds compiler-dependent includes,
    31 // globally used constants & types, class (forward)
    31 // globally used constants & types, class (forward)
   269 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55382 and
   269 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55382 and
   270 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53017
   270 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53017
   271 //
   271 //
   272 #define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x+0)))
   272 #define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x+0)))
   273 
   273 
   274 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
   274 #endif // SHARE_UTILITIES_GLOBALDEFINITIONS_GCC_HPP