This commit is contained in:
Daniel D. Daugherty 2013-08-30 07:04:42 -07:00
commit 379674be8f
66 changed files with 722 additions and 2453 deletions

View file

@ -738,10 +738,6 @@ class os: AllStatic {
// Hook for os specific jvm options that we don't want to abort on seeing
static bool obsolete_option(const JavaVMOption *option);
// Read file line by line. If line is longer than bsize,
// rest of line is skipped. Returns number of bytes read or -1 on EOF
static int get_line_chars(int fd, char *buf, const size_t bsize);
// Extensions
#include "runtime/os_ext.hpp"