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

/openjdk7/hotspot/test/compiler/6800154/
H A DTest6800154.java50 static final long[] DIVISORS = { field in class:Test6800154
84 for (int i = 0; i < DIVISORS.length; i++) {
85 System.setProperty("divisor", "" + DIVISORS[i]);

Completed in 63 milliseconds