< prev index next >

test/java/util/NavigableMap/LockStep.java

Print this page

        

*** 27,36 **** --- 27,37 ---- * @summary Compare NavigableMap implementations for identical behavior * @run main LockStep * @run main/othervm -XX:+AggressiveOpts LockStep * @run main/othervm -XX:+AggressiveOpts -Dthorough=true LockStep * @author Martin Buchholz + * @key randomness */ import java.io.*; import java.util.*; import java.util.concurrent.*;
< prev index next >