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.
The text was updated successfully, but these errors were encountered:
As each
ClassRealm
extendsURLClassLoader
it also implementsCloseable
. In order to ease closing all realms of aClassWorld
the latter should implementCloseable
as well and should close all realms in itsclose()
method.The text was updated successfully, but these errors were encountered: