8255978: [windows] os::release_memory may not release the full range

Reviewed-by: iklam, minqi
This commit is contained in:
Thomas Stuefe 2020-11-19 11:51:09 +00:00
parent 6702910b74
commit f626ed6a43
7 changed files with 491 additions and 1 deletions

View file

@ -2786,3 +2786,6 @@ bool os::start_debugging(char *buf, int buflen) {
}
return yes;
}
void os::print_memory_mappings(char* addr, size_t bytes, outputStream* st) {}