Colleague Justin King (jcking@google.com) made LeakSanitizer working with HotSpot, and identified a memory leak. ClassLoader::setup_bootstrap_search_path_impl() leaks a single ClassPathEntry, which should be deleted. This was present after JDK-8263421, but it is possibly introduced since JDK-8154239.
- relates to
-
JDK-8154239 -Xbootclasspath/a breaks exploded build
-
- Closed
-
-
JDK-8263421 Module image file is opened twice during VM startup
-
- Resolved
-