mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
Merge
This commit is contained in:
commit
035662396c
27 changed files with 425 additions and 153 deletions
|
@ -2581,7 +2581,7 @@ bool os::unguard_memory(char* addr, size_t bytes) {
|
|||
void os::realign_memory(char *addr, size_t bytes, size_t alignment_hint) { }
|
||||
void os::free_memory(char *addr, size_t bytes) { }
|
||||
void os::numa_make_global(char *addr, size_t bytes) { }
|
||||
void os::numa_make_local(char *addr, size_t bytes) { }
|
||||
void os::numa_make_local(char *addr, size_t bytes, int lgrp_hint) { }
|
||||
bool os::numa_topology_changed() { return false; }
|
||||
size_t os::numa_get_groups_num() { return 1; }
|
||||
int os::numa_get_group_id() { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue