hotspot/src/cpu/x86/vm/jni_x86.h
changeset 1889 24b003a6fe46
parent 1 489c9b5090e2
child 2105 347008ce7984
equal deleted inserted replaced
1888:bbf498fb4354 1889:24b003a6fe46
    30   #define JNIEXPORT
    30   #define JNIEXPORT
    31   #define JNIIMPORT
    31   #define JNIIMPORT
    32   #define JNICALL
    32   #define JNICALL
    33 
    33 
    34   typedef int jint;
    34   typedef int jint;
       
    35 
       
    36 #ifdef _LP64
       
    37   typedef long jlong;
       
    38 #else
    35   typedef long long jlong;
    39   typedef long long jlong;
       
    40 #endif
       
    41 
    36 #else
    42 #else
    37   #define JNIEXPORT __declspec(dllexport)
    43   #define JNIEXPORT __declspec(dllexport)
    38   #define JNIIMPORT __declspec(dllimport)
    44   #define JNIIMPORT __declspec(dllimport)
    39   #define JNICALL __stdcall
    45   #define JNICALL __stdcall
    40 
    46