From d9d75cc9efc1c8756815b6b108b66980dbb23b19 Mon Sep 17 00:00:00 2001 From: simonis Date: Fri, 18 Jul 2014 19:56:02 +0200 Subject: [PATCH] 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build Reviewed-by: kvn --- src/os/aix/vm/os_aix.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/os/aix/vm/os_aix.cpp b/src/os/aix/vm/os_aix.cpp index ed6b33c01..314b80623 100644 --- a/src/os/aix/vm/os_aix.cpp +++ b/src/os/aix/vm/os_aix.cpp @@ -1216,10 +1216,6 @@ void os::die() { ::abort(); } -// Unused on Aix for now. -void os::set_error_file(const char *logfile) {} - - // This method is a copy of JDK's sysGetLastErrorString // from src/solaris/hpi/src/system_md.c -- GitLab