Class AWTLeakPreventer

  • All Implemented Interfaces:
    LifeCycle

    @Deprecated
    public class AWTLeakPreventer
    extends AbstractLeakPreventer
    Deprecated.
    This api is not supported anymore. Please do not use it.
    AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit. Creating the default toolkit causes the creation of an EventQueue, which has a classloader field initialized by the thread context class loader.