Calling JNIEXPORT ~120k times leads to stack overflow (no recursion)
I am currently working on a project that involves Java calling calling native code, a JNIEXPORT function that returns a boolean, this native code performs 0 JNI or JVMTI calls, it just returns a boolean and nothing more.