hotspot/src/os/solaris/vm/os_solaris.cpp
changeset 31356 55ee785c49c5
parent 31026 b87ccf34b54c
child 31357 0cef600ba9b7
equal deleted inserted replaced
31350:b856c6918480 31356:55ee785c49c5
  1994     ::close(fd);
  1994     ::close(fd);
  1995   }
  1995   }
  1996   return status;
  1996   return status;
  1997 }
  1997 }
  1998 
  1998 
  1999 void os::pd_print_cpu_info(outputStream* st) {
  1999 void os::pd_print_cpu_info(outputStream* st, char* buf, size_t buflen) {
  2000   // Nothing to do for now.
  2000   // Nothing to do for now.
  2001 }
  2001 }
  2002 
  2002 
  2003 void os::print_memory_info(outputStream* st) {
  2003 void os::print_memory_info(outputStream* st) {
  2004   st->print("Memory:");
  2004   st->print("Memory:");