src/hotspot/os/aix/os_aix.cpp
changeset 58654 562bf1878089
parent 58591 9770ff6f0b20
child 58679 9c3209ff7550
child 59108 6f42d2a19117
--- a/src/hotspot/os/aix/os_aix.cpp	Wed Oct 16 14:32:17 2019 -0700
+++ b/src/hotspot/os/aix/os_aix.cpp	Thu Oct 17 00:00:13 2019 +0200
@@ -1034,8 +1034,6 @@
 }
 
 bool os::supports_vtime() { return true; }
-bool os::enable_vtime()   { return false; }
-bool os::vtime_enabled()  { return false; }
 
 double os::elapsedVTime() {
   struct rusage usage;
@@ -3625,11 +3623,6 @@
   return;
 }
 
-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;