hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp
changeset 5403 6b0dd9c75dde
parent 2105 347008ce7984
child 5547 f4b087cbb361
--- a/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp	Thu Apr 22 13:23:15 2010 -0700
@@ -680,7 +680,7 @@
        if (rslt == ENOMEM) {
          vm_exit_out_of_memory(0, "pthread_getattr_np");
        } else {
-         fatal1("pthread_getattr_np failed with errno = %d", rslt);
+         fatal(err_msg("pthread_getattr_np failed with errno = %d", rslt));
        }
      }