8232211: Remove dead code from os.hpp|cpp

Reviewed-by: dholmes, dcubed, rehn
This commit is contained in:
Claes Redestad 2019-10-17 00:00:13 +02:00
parent 31afddccae
commit 638fe2b833
17 changed files with 2 additions and 316 deletions

View file

@ -877,8 +877,6 @@ jlong os::elapsed_frequency() {
}
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
@ -3282,11 +3280,6 @@ void os::set_native_thread_name(const char *name) {
#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;