Heads up about JNI / Cygwin 64 bit - sizeof(jint)

After hours of hair pulling, I narrowed my segfaults down to:


sizeof(jshort)    // 2
sizeof(jint)      // 8   <---
sizeof(jlong)     // 8

MinGW was suggested by MatthiasM as a replacement for Cygwin and it properly showed ‘4’ for jint.