Uses of Class
org.eclipse.jetty.util.preventers.AbstractLeakPreventer
Packages that use AbstractLeakPreventer
Package
Description
Jetty Util : Common Memory Leak Prevention Tooling
-
Uses of AbstractLeakPreventer in org.eclipse.jetty.util.preventers
Subclasses of AbstractLeakPreventer in org.eclipse.jetty.util.preventersModifier and TypeClassDescriptionclass
AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.class
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.class
Deprecated.reported as fixed in jdk 7, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916498class
DriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.class
Deprecated.fixed in jdvm 9b130, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8157570class
Deprecated.fixed in jdk 9, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6489540class
Deprecated.fixed in jdk 8u192class
Deprecated.classloader does not seem to be held any moreclass
Deprecated.sun.security.pkcs11.SunPKCS11 class explicitly sets thread classloader to null