8269678: Remove unimplemented and unused os::bind_to_processor()

Reviewed-by: dcubed
This commit is contained in:
Zhengyu Gu 2021-06-30 19:52:39 +00:00
parent 83bce94cc8
commit 5c08344b64
5 changed files with 0 additions and 24 deletions

View file

@ -4785,11 +4785,6 @@ void os::set_native_thread_name(const char *name) {
}
}
bool os::bind_to_processor(uint processor_id) {
// Not yet implemented.
return false;
}
////////////////////////////////////////////////////////////////////////////////
// debug support