RFR: 8237884: ZGC: Use clamp() instead of MIN2(MAX2())

Per Liden per.liden at oracle.com
Mon Jan 27 13:54:21 UTC 2020


JDK-8233702 introduced clamp(), but ZHeuristics still uses MIN2(MAX2()) 
in one place.

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

/Per



More information about the hotspot-gc-dev mailing list