// I believe this was meant to mitigate memory leaks. // Disabled now because JDK 17 doesn't allow it anyways. svoid fixACCInClassLoader(O o) { /*pcall { AccessControlContext acc = vm_globalACC(); if (acc != null) replaceACCInClassLoader(o, acc); }*/ }