7198988: re-order paramaters for Collision.java @run

Reviewed-by: alanb
This commit is contained in:
Mike Duigou 2012-09-17 11:36:10 -07:00
parent 10b80ccca6
commit 25570f8d69

@ -25,7 +25,7 @@
* @test
* @bug 7126277
* @run main Collisions -shortrun
* @run main Collisions -Djdk.map.althashing.threshold=0 -shortrun
* @run main -Djdk.map.althashing.threshold=0 Collisions -shortrun
* @summary Ensure Maps behave well with lots of hashCode() collisions.
* @author Mike Duigou
*/