src/java.base/unix/native/include/jni_md.h
branchihse-remove-mapfiles-branch
changeset 56114 0d38468d211c
parent 47765 b7c7428eaab9
equal deleted inserted replaced
56113:02cec376750e 56114:0d38468d211c
    36   #else
    36   #else
    37     #define JNIEXPORT     __attribute__((visibility("default")))
    37     #define JNIEXPORT     __attribute__((visibility("default")))
    38     #define JNIIMPORT     __attribute__((visibility("default")))
    38     #define JNIIMPORT     __attribute__((visibility("default")))
    39   #endif
    39   #endif
    40 #else
    40 #else
    41   #define JNIEXPORT
    41   #if (defined(__SUNPRO_C) || defined(__SUNPRO_CC))
    42   #define JNIIMPORT
    42     #define JNIEXPORT     __attribute__((visibility("default")))
       
    43     #define JNIIMPORT     __attribute__((visibility("default")))
       
    44   #else
       
    45     #define JNIEXPORT
       
    46     #define JNIIMPORT
       
    47   #endif
    43 #endif
    48 #endif
    44 
    49 
    45 #define JNICALL
    50 #define JNICALL
    46 
    51 
    47 typedef int jint;
    52 typedef int jint;