diff -r 76482cbba706 -r d8e99408faad src/share/vm/runtime/os.hpp --- a/src/share/vm/runtime/os.hpp Thu Aug 29 10:33:13 2013 -0400 +++ b/src/share/vm/runtime/os.hpp Thu Aug 29 21:48:23 2013 +0400 @@ -725,10 +725,6 @@ // 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"