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

/openjdk7/jdk/test/sun/invoke/util/
H A DValueConversionsTest.java41 * -DValueConversionsTest.MAX_ARITY=255 -DValueConversionsTest.START_ARITY=250
55 private static final int START_ARITY = Integer.getInteger(CLASS.getSimpleName()+".START_ARITY", 0); field in class:ValueConversionsTest
276 final int MIN = START_ARITY;
327 int MIN = START_ARITY;
426 final int MIN = START_ARITY;

Completed in 29 milliseconds