You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As each ClassRealm extends URLClassLoader it also implements Closeable. In order to ease closing all realms of a ClassWorld the latter should implement Closeable as well and should close all realms in its close() method.