hotspot/src/os/windows/vm/os_windows.inline.hpp
changeset 388 bcc631c5bbec
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
387:6b17ecb32336 388:bcc631c5bbec
    67   address sp = current_stack_pointer();
    67   address sp = current_stack_pointer();
    68   for (int pages = 1; pages <= StackShadowPages; pages++) {
    68   for (int pages = 1; pages <= StackShadowPages; pages++) {
    69     *((int *)(sp - (pages * vm_page_size()))) = 0;
    69     *((int *)(sp - (pages * vm_page_size()))) = 0;
    70   }
    70   }
    71 }
    71 }
       
    72 
       
    73 inline bool os::numa_has_static_binding()   { return true;   }
       
    74 inline bool os::numa_has_group_homing()     { return false;  }