-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 19, 20
-
b23
Colleague Justin King (jcking@google.com) made LeakSanitizer working with HotSpot, and identified a memory leak. ClassPathDirEntry does not deallocate memory allocated in its constructor, resulting in a memory leak. This seems a long-standing bug that exists in JDK 8 or earlier.