< prev index next >

src/hotspot/os/bsd/os_bsd.cpp

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

*** 875,886 **** jlong os::elapsed_frequency() { return NANOSECS_PER_SEC; // nanosecond resolution } bool os::supports_vtime() { return true; } - bool os::enable_vtime() { return false; } - bool os::vtime_enabled() { return false; } double os::elapsedVTime() { // better than nothing, but not much return elapsedTime(); } --- 875,884 ----
*** 3280,3294 **** pthread_setname_np(buf); } #endif } - bool os::distribute_processes(uint length, uint* distribution) { - // Not yet implemented. - return false; - } - bool os::bind_to_processor(uint processor_id) { // Not yet implemented. return false; } --- 3278,3287 ----
< prev index next >