ClassLoaderData::_deallocate_list is currently a pointer to a GrowableArray, and all methods that use it check whether it's null or not. Just make it a GA, and save some lines of code.
- links to
-
Review(master) openjdk/jdk/25117