src/hotspot/share/utilities/globalDefinitions_gcc.hpp
changeset 47659 a8e9aff89f7b
parent 47216 71c04702a3d5
child 49392 2956d0ece7a9
equal deleted inserted replaced
47657:28b2dbe488f1 47659:a8e9aff89f7b
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    25 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    26 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    26 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
    27 
    27 
    28 #include "prims/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)
    32 // declarations and a few frequently used utility functions.
    32 // declarations and a few frequently used utility functions.
    33 
    33