ADDITIONAL SYSTEM INFORMATION :
System: Linux 64bits, OS: CentOS 7
A DESCRIPTION OF THE PROBLEM :
Like describe in https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6316197, starting JVM from primordial thread interferes with native applications because of page guard in stack.
So, I suggest to use 'ulimit -s' value for stack size when starting JVM from primordial thread without setting '-Xss' option.
System: Linux 64bits, OS: CentOS 7
A DESCRIPTION OF THE PROBLEM :
Like describe in https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6316197, starting JVM from primordial thread interferes with native applications because of page guard in stack.
So, I suggest to use 'ulimit -s' value for stack size when starting JVM from primordial thread without setting '-Xss' option.
- relates to
-
JDK-8189170 Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
-
- Resolved
-
-
JDK-6316197 Java launcher should create JVM from non-primordial thread
-
- Resolved
-