hotspot/src/os/linux/vm/os_linux.inline.hpp
changeset 388 bcc631c5bbec
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
--- a/hotspot/src/os/linux/vm/os_linux.inline.hpp	Wed Apr 16 12:58:03 2008 +0400
+++ b/hotspot/src/os/linux/vm/os_linux.inline.hpp	Tue Apr 29 13:51:26 2008 +0400
@@ -120,3 +120,6 @@
   RESTARTABLE(_cmd, _result); \
   return _result; \
 } while(false)
+
+inline bool os::numa_has_static_binding()   { return true; }
+inline bool os::numa_has_group_homing()     { return false;  }