Skip to content

Commit b8057cf

Browse files
committed
8357436: Change jspawnhelper warning recommendation from VFORK to FORK
Reviewed-by: stuefe, alanb
1 parent 7c82e09 commit b8057cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/unix/native/libjava/ProcessImpl_md.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ releaseBytes(JNIEnv *env, jbyteArray arr, const char* parr)
328328
" - Restart JVM, especially after in-place JDK updates\n" \
329329
" - Check system logs for JDK-related errors\n" \
330330
" - Re-install JDK to fix permission/versioning problems\n" \
331-
" - Switch to legacy launch mechanism with -Djdk.lang.Process.launchMechanism=VFORK\n"
331+
" - Switch to legacy launch mechanism with -Djdk.lang.Process.launchMechanism=FORK\n"
332332

333333
static void
334334
throwIOExceptionImpl(JNIEnv *env, int errnum, const char *externalDetail, const char *internalDetail)

0 commit comments

Comments
 (0)