OpenJDK / jdk / hs
changeset 25711:7acf7d6a4403
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
Reviewed-by: kvn
author | simonis |
---|---|
date | Fri, 18 Jul 2014 19:56:02 +0200 |
parents | 949674dcd7c7 |
children | ef6312344da2 808066362e58 |
files | hotspot/src/os/aix/vm/os_aix.cpp |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/os/aix/vm/os_aix.cpp Fri Jul 18 12:02:54 2014 -0700 +++ b/hotspot/src/os/aix/vm/os_aix.cpp Fri Jul 18 19:56:02 2014 +0200 @@ -1213,10 +1213,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