hotspot/src/os/aix/vm/os_aix.cpp
changeset 26693 f2910bf56d71
parent 25949 34557722059b
child 27157 364276bc8d8b
equal deleted inserted replaced
26692:b24a4cc794ce 26693:f2910bf56d71
  3999 }
  3999 }
  4000 
  4000 
  4001 bool os::check_heap(bool force) {
  4001 bool os::check_heap(bool force) {
  4002   return true;
  4002   return true;
  4003 }
  4003 }
  4004 
       
  4005 // int local_vsnprintf(char* buf, size_t count, const char* format, va_list args) {
       
  4006 //   return ::vsnprintf(buf, count, format, args);
       
  4007 // }
       
  4008 
  4004 
  4009 // Is a (classpath) directory empty?
  4005 // Is a (classpath) directory empty?
  4010 bool os::dir_is_empty(const char* path) {
  4006 bool os::dir_is_empty(const char* path) {
  4011   DIR *dir = NULL;
  4007   DIR *dir = NULL;
  4012   struct dirent *ptr;
  4008   struct dirent *ptr;