RFR: 8209127: ZGC: Improve error message when failing to map memory for mark stacks

Per Liden per.liden at oracle.com
Wed Aug 8 12:14:21 UTC 2018


When failing to map memory for mark stacks, we currently always fail 
with the message "Mark stack overflow", regardless of what the error 
actually was. We should only say that if we actually exhausted the mark 
stack space.

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

/Per



More information about the hotspot-gc-dev mailing list