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

/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantLock/
H A DLockOncePerThreadLoops.java52 static int replications = 5; field in class:LockOncePerThreadLoops
56 replications = Integer.parseInt(args[0]);
63 for (int i = 0; i < replications; ++i) {

Completed in 97 milliseconds