8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
authorsimonis
Fri, 18 Jul 2014 19:56:02 +0200
changeset 25711 7acf7d6a4403
parent 25647 949674dcd7c7
child 25719 ef6312344da2
child 25738 808066362e58
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build Reviewed-by: kvn
hotspot/src/os/aix/vm/os_aix.cpp
--- 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