This is a one line fix for a potential small leak .. the char* variable profilePath will not be freed in the case that when used it would make too long a path. bug: https://bugs.openjdk.java.net/browse/JDK-8191767 webrev: http://cr.openjdk.java.net/~prr/8191767/ -phil.