diff src/os/solaris/vm/os_solaris.cpp @ 19898:749b96e8ff90

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 17 Mar 2015 13:14:13 +0100
parents 8e316bc46018
children 7848fc12602b
line wrap: on
line diff
--- a/src/os/solaris/vm/os_solaris.cpp	Tue Mar 17 13:13:57 2015 +0100
+++ b/src/os/solaris/vm/os_solaris.cpp	Tue Mar 17 13:14:13 2015 +0100
@@ -2674,8 +2674,6 @@
 
   if (!recoverable_mmap_error(err)) {
     warn_fail_commit_memory(addr, bytes, exec, err);
-    // Introduced temporarily to debug the memory allocation issues on Solaris
-    tty->print_cr("GRAAL_DEBUG: unrecoverable error during mmap got errno %d", err);
     vm_exit_out_of_memory(bytes, OOM_MMAP_ERROR, "committing reserved memory.");
   }