changeset 19873:8e316bc46018

[SPARC] remove debug code for mmap()
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 17 Mar 2015 12:05:11 +0100
parents 7d74d3ad09f4
children 825f5c7468bd
files src/os/solaris/vm/os_solaris.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/solaris/vm/os_solaris.cpp	Fri Mar 13 11:28:01 2015 +0100
+++ b/src/os/solaris/vm/os_solaris.cpp	Tue Mar 17 12:05:11 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.");
   }