jdk/test/java/util/concurrent/ConcurrentHashMap/MapLoops.java
changeset 22293 9a913cb32aae
parent 9242 ef138d47df58
child 32991 b27c76b82713
equal deleted inserted replaced
22292:9224952a7bbe 22293:9a913cb32aae
    32  */
    32  */
    33 
    33 
    34 /*
    34 /*
    35  * @test
    35  * @test
    36  * @bug 4486658
    36  * @bug 4486658
    37  * @compile -source 1.5 MapLoops.java
       
    38  * @run main/timeout=1600 MapLoops
    37  * @run main/timeout=1600 MapLoops
    39  * @summary Exercise multithreaded maps, by default ConcurrentHashMap.
    38  * @summary Exercise multithreaded maps, by default ConcurrentHashMap.
    40  * Multithreaded hash table test.  Each thread does a random walk
    39  * Multithreaded hash table test.  Each thread does a random walk
    41  * though elements of "key" array. On each iteration, it checks if
    40  * though elements of "key" array. On each iteration, it checks if
    42  * table includes key.  If absent, with probability pinsert it
    41  * table includes key.  If absent, with probability pinsert it