comparison src/os/aix/vm/os_aix.cpp @ 18031:514c03fe3a35

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 6048424d3865
children 03c5d509a811
comparison
equal deleted inserted replaced
18029:f09d1f6a401e 18031:514c03fe3a35
1212 1212
1213 // Die immediately, no exit hook, no abort hook, no cleanup. 1213 // Die immediately, no exit hook, no abort hook, no cleanup.
1214 void os::die() { 1214 void os::die() {
1215 ::abort(); 1215 ::abort();
1216 } 1216 }
1217
1218 // Unused on Aix for now.
1219 void os::set_error_file(const char *logfile) {}
1220
1221 1217
1222 // This method is a copy of JDK's sysGetLastErrorString 1218 // This method is a copy of JDK's sysGetLastErrorString
1223 // from src/solaris/hpi/src/system_md.c 1219 // from src/solaris/hpi/src/system_md.c
1224 1220
1225 size_t os::lasterror(char *buf, size_t len) { 1221 size_t os::lasterror(char *buf, size_t len) {