# HG changeset patch # User simonis # Date 1405706162 -7200 # Node ID 514c03fe3a3572ce557f571dcdf3032faeccd308 # Parent f09d1f6a401e25a54dad44bb7bea482e47558af5 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build Reviewed-by: kvn diff -r f09d1f6a401e -r 514c03fe3a35 src/os/aix/vm/os_aix.cpp --- a/src/os/aix/vm/os_aix.cpp Mon Jul 14 10:16:34 2014 -0700 +++ b/src/os/aix/vm/os_aix.cpp Fri Jul 18 19:56:02 2014 +0200 @@ -1215,10 +1215,6 @@ ::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