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

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1531 public void testPermuteArguments(int max, Class<?> type1, int t2c, Class<?> type2, int dilution) throws Throwable { argument
1535 +(dilution > 0 ? " with dilution "+dilution : ""));
1548 int casStep = dilution + 1;
1556 if (dilution > 10 && outargs >= 4) {

Completed in 40 milliseconds