Looks good! Thanks, David
On 23/10/2017 3:19 PM, Sharath Ballal wrote:
Hello,Pls review this simple fix for excluding sun.util.PreHashedMap from TestInstanceKlassSize.java.sun.util.PreHashedMap can be lazily loaded due to JDK-8186517 <https://bugs.openjdk.java.net/browse/JDK-8186517> and hence we have excluded it from the test.Issue: https://bugs.openjdk.java.net/browse/JDK-8189061 Webrev: http://cr.openjdk.java.net/~sballal/8189061/webrev.00/ Thanks, Sharath