JDK 20 |
---|
20 masterFixed |
Relates :
|
|
Relates :
|
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.
|