mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8232211: Remove dead code from os.hpp|cpp
Reviewed-by: dholmes, dcubed, rehn
This commit is contained in:
parent
31afddccae
commit
638fe2b833
17 changed files with 2 additions and 316 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue