hotspot/src/os/solaris/vm/os_solaris.inline.hpp

Print this page
rev 611 : Merge

*** 1,10 **** #ifdef USE_PRAGMA_IDENT_HDR #pragma ident "@(#)os_solaris.inline.hpp 1.63 07/06/29 04:05:41 JVM" #endif /* ! * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,10 ---- #ifdef USE_PRAGMA_IDENT_HDR #pragma ident "@(#)os_solaris.inline.hpp 1.63 07/06/29 04:05:41 JVM" #endif /* ! * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 206,210 **** --- 206,212 ---- int _result; \ 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; }