--- jsr166/src/test/loops/ConcurrentQueueLoops.java 2005/11/28 15:40:56 1.4 +++ jsr166/src/test/loops/ConcurrentQueueLoops.java 2007/02/19 00:46:06 1.5 @@ -1,14 +1,7 @@ /* - * @test %I% %E% - * @bug 4486658 - * @compile -source 1.5 ConcurrentQueueLoops.java - * @run main/timeout=230 ConcurrentQueueLoops - * @summary Checks that a set of threads can repeatedly get and modify items - */ -/* * Written by Doug Lea with assistance from members of JCP JSR-166 - * Expert Group and released to the public domain. Use, modify, and - * redistribute this code in any way without acknowledgement. + * Expert Group and released to the public domain, as explained at + * http://creativecommons.org/licenses/publicdomain */ import java.util.*;