mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7199092: NMT: NMT needs to deal overlapped virtual memory ranges
Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map. Reviewed-by: acorn, coleenp
This commit is contained in:
parent
240b5c9329
commit
3e481cdd81
29 changed files with 800 additions and 364 deletions
|
@ -125,7 +125,6 @@ public:
|
|||
size_t capacity, bool read_only, bool allow_exec);
|
||||
void write_bytes(const void* buffer, int count);
|
||||
void write_bytes_aligned(const void* buffer, int count);
|
||||
char* map_region(int i, ReservedSpace rs);
|
||||
char* map_region(int i);
|
||||
void unmap_region(int i);
|
||||
void close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue