A temporary buffer to hold the old state of the vtbl_list for later restoration is presently allocated using malloc. It seems like this could instead be resource allocated, or possibly even stack allocated, since the needed size is a not especially large constant.
- is blocked by
-
JDK-8075288 malloc without free in VM_PopulateDumpSharedSpace::doit()
-
- Resolved
-