< prev index next >

src/hotspot/os/posix/os_posix.cpp

Print this page
rev 56578 : 8232211: Remove dead code from os.hpp|cpp
Reviewed-by: TBD

*** 165,179 **** ::strncpy(buf, s, n); buf[n] = '\0'; return n; } - bool os::is_debugger_attached() { - // not implemented - return false; - } - void os::wait_for_keypress_at_exit(void) { // don't do anything on posix platforms return; } --- 165,174 ----
< prev index next >