mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8255978: [windows] os::release_memory may not release the full range
Reviewed-by: iklam, minqi
This commit is contained in:
parent
6702910b74
commit
f626ed6a43
7 changed files with 491 additions and 1 deletions
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue