-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
AbstractInvocationContext is having a reference to the ClassLoader but uses a weak reference.
Besides not being needed and being an unnecessary object allocation, I think it could also be dangerous if the CL "vanishes" during an in-flight operation which should be using it.