Hi all, Could I get a review for a bug in the calculation of the average size of an allocation? The solution is actually not to do the calculation at all. Instead, I just go in the cache and find an object with the right stacktrace and get its size (since all sizes should be equal because they are allocating every time 1-element arrays).
This removes the risk of a problem and simplifies the test. Webrev: http://cr.openjdk.java.net/~jcbeyler/8212931/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8212931?filter=-1 Thanks, Jc