--- old/hotspot/src/os/solaris/vm/os_solaris.inline.hpp 2009-08-01 04:08:55.407327940 +0100 +++ new/hotspot/src/os/solaris/vm/os_solaris.inline.hpp 2009-08-01 04:08:55.325282367 +0100 @@ -2,7 +2,7 @@ #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. + * 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 @@ -208,3 +208,5 @@ return _result; \ } while(false) +inline bool os::numa_has_static_binding() { return false; } +inline bool os::numa_has_group_homing() { return true; }