src/java.base/macosx/native/libjli/java_md_macosx.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/java.base/macosx/native/libjli/java_md_macosx.c	Wed Apr  1 09:49:55 2015
--- new/src/java.base/macosx/native/libjli/java_md_macosx.c	Wed Apr  1 09:49:54 2015

*** 850,860 **** --- 850,860 ---- } if (pthread_create(&tid, &attr, (void *(*)(void*))continuation, (void*)args) == 0) { void * tmp; pthread_join(tid, &tmp); ! rslt = (int)(intptr_t)tmp; } else { /* * Continue execution in current thread if for some reason (e.g. out of * memory/LWP) a new thread can't be created. This will likely fail * later in continuation as JNI_CreateJavaVM needs to create quite a

src/java.base/macosx/native/libjli/java_md_macosx.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File