src/os_cpu/linux_x86/vm/os_linux_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/os_cpu/linux_x86/vm/os_linux_x86.cpp	Mon Apr 29 18:20:47 2013
--- new/src/os_cpu/linux_x86/vm/os_linux_x86.cpp	Mon Apr 29 18:20:45 2013

*** 708,718 **** --- 708,718 ---- int rslt = pthread_getattr_np(pthread_self(), &attr); // JVM needs to know exact stack location, abort if it fails if (rslt != 0) { if (rslt == ENOMEM) { ! vm_exit_out_of_memory(0, OOM_MMAP_ERROR, "pthread_getattr_np"); } else { fatal(err_msg("pthread_getattr_np failed with errno = %d", rslt)); } }

src/os_cpu/linux_x86/vm/os_linux_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File