Searched refs:premove (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DMapLoops.java43 * inserts it, and if present, with probability premove it removes
44 * it. (pinsert and premove are expressed as percentages to simplify
54 static int premove = 2; field in class:MapLoops
85 premove = Integer.parseInt(args[4]);
88 removesPerMaxRandom = (int)(((double)premove/100.0 * 0x7FFFFFFFL));
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DMapLoops.java43 * inserts it, and if present, with probability premove it removes
44 * it. (pinsert and premove are expressed as percentages to simplify
54 static int premove = 2; field in class:MapLoops
88 premove = Integer.parseInt(args[4]);
94 removesPerMaxRandom = (int)(((double)premove/100.0 * 0x7FFFFFFFL));
101 System.out.print(" rem: " + premove);

Completed in 36 milliseconds