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