RFR: 8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address

Per Liden per.liden at oracle.com
Wed Oct 2 21:53:16 UTC 2019


When failing to map the requested address, map() in 
ZVirtualMemoryManager.cpp, incorrectly calls unmap(start, size) instead 
of unmap(res, size).

Bug: https://bugs.openjdk.java.net/browse/JDK-8231774
Webrev: http://cr.openjdk.java.net/~pliden/8231774/webrev.0

/Per



More information about the hotspot-gc-dev mailing list