hotspot/src/os/windows/vm/os_windows.inline.hpp

Print this page
rev 611 : Merge

*** 1,10 **** - #ifdef USE_PRAGMA_IDENT_HDR - #pragma ident "@(#)os_windows.inline.hpp 1.44 07/05/05 17:04:43 JVM" - #endif /* ! * Copyright 1997-2006 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,7 ---- /* ! * 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.
*** 70,74 **** --- 67,74 ---- address sp = current_stack_pointer(); for (int pages = 1; pages <= StackShadowPages; pages++) { *((int *)(sp - (pages * vm_page_size()))) = 0; } } + + inline bool os::numa_has_static_binding() { return true; } + inline bool os::numa_has_group_homing() { return false; }