Relates :
|
In the JDK-8223490 edits[1], line 149 means we return without closing a directory pointer allocated at line 133. I'd prefer to just move line 133-136 down below the new fast path code in order to eliminate this issue. [1] https://hg.openjdk.java.net/jdk/jdk/file/8ee083465318/src/java.base/unix/native/libjava/TimeZone_md.c
|