RFR: 8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address

Stefan Karlsson stefan.karlsson at oracle.com
Thu Oct 3 06:27:30 UTC 2019


Looks good.

StefanK

On 2019-10-02 23:53, Per Liden wrote:
> 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