--- old/hotspot/src/os/windows/vm/os_windows.inline.hpp 2009-08-01 04:09:00.422446390 +0100 +++ new/hotspot/src/os/windows/vm/os_windows.inline.hpp 2009-08-01 04:09:00.345043354 +0100 @@ -1,8 +1,5 @@ -#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. + * 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 @@ -22,7 +19,7 @@ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * CA 95054 USA or visit www.sun.com if you need additional information or * have any questions. - * + * */ inline const char* os::file_separator() { return "\\"; } @@ -72,3 +69,6 @@ *((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; }