hotspot/src/os/windows/vm/os_windows.cpp
changeset 388 bcc631c5bbec
parent 252 050143a0dbfb
child 389 a44227868a4a
equal deleted inserted replaced
387:6b17ecb32336 388:bcc631c5bbec
  2579 }
  2579 }
  2580 
  2580 
  2581 void os::realign_memory(char *addr, size_t bytes, size_t alignment_hint) { }
  2581 void os::realign_memory(char *addr, size_t bytes, size_t alignment_hint) { }
  2582 void os::free_memory(char *addr, size_t bytes)         { }
  2582 void os::free_memory(char *addr, size_t bytes)         { }
  2583 void os::numa_make_global(char *addr, size_t bytes)    { }
  2583 void os::numa_make_global(char *addr, size_t bytes)    { }
  2584 void os::numa_make_local(char *addr, size_t bytes)     { }
  2584 void os::numa_make_local(char *addr, size_t bytes, int lgrp_hint)    { }
  2585 bool os::numa_topology_changed()                       { return false; }
  2585 bool os::numa_topology_changed()                       { return false; }
  2586 size_t os::numa_get_groups_num()                       { return 1; }
  2586 size_t os::numa_get_groups_num()                       { return 1; }
  2587 int os::numa_get_group_id()                            { return 0; }
  2587 int os::numa_get_group_id()                            { return 0; }
  2588 size_t os::numa_get_leaf_groups(int *ids, size_t size) {
  2588 size_t os::numa_get_leaf_groups(int *ids, size_t size) {
  2589   if (size > 0) {
  2589   if (size > 0) {