jdk/test/java/util/concurrent/BlockingQueue/PollMemoryLeak.java
changeset 42338 a60f280f803c
parent 40279 7a1e94e544d6
child 43522 f9c6f543c4db
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    33  */
    33  */
    34 
    34 
    35 /*
    35 /*
    36  * @test
    36  * @test
    37  * @bug 6236036 6264015
    37  * @bug 6236036 6264015
       
    38  * @modules java.base/java.util.concurrent:open
       
    39  *          java.base/java.util.concurrent.locks:open
    38  * @summary Checks for a memory leak when a sequence of aborted timed
    40  * @summary Checks for a memory leak when a sequence of aborted timed
    39  * waits occur without a signal.  Uses the strategy of detecting
    41  * waits occur without a signal.  Uses the strategy of detecting
    40  * changes in the size of the object graph retained by a root object.
    42  * changes in the size of the object graph retained by a root object.
    41  */
    43  */
    42 
    44