--- jsr166/src/test/loops/StringMapLoops.java 2005/08/07 19:25:55 1.1 +++ jsr166/src/test/loops/StringMapLoops.java 2007/02/19 00:46:06 1.2 @@ -1,19 +1,9 @@ -/* - * @test - * @synopsis Exercise multithreaded maps, by default - * ConcurrentHashMap. Each thread does a random walk though elements - * of "key" array. On each iteration, it checks if table includes key. - * If absent, with probablility pinsert it inserts it, and if present, - * with probablility premove it removes it. (pinsert and premove are - * expressed as percentages to simplify parsing from command line.) - */ /* * 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.*; import java.util.concurrent.*;