hotspot/src/os/windows/vm/os_windows.cpp
changeset 389 a44227868a4a
parent 360 21d113ecbf6a
parent 388 bcc631c5bbec
child 670 ddf3e9583f2f
child 1374 4c24294029a9
equal deleted inserted replaced
385:0a51433fc905 389:a44227868a4a
  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) {