For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Are there any known issues with using -Xss to set thread stack size when embedding the JVM in a native process via JNI_CreateJavaVM? We are seeing SEGV raised by non-Java threads when -Xss is used. The crashes stop when -Xss is removed.