record_virtual_memory_uncommit and record_virtual_memory_release receives `address` as function parameters, this requires users of mmap etc to cast the char* (or what have you) into address. Change to void*
- links to
-
Commit(master) openjdk/jdk/f74c4dfe
-
Review(master) openjdk/jdk/23497