Searched refs:expectedVarType (Results 1 – 1 of 1) sorted by relevance
243 private static void checkVarType(VarHandle v, Class<?> expectedVarType) { in checkVarType() argument244 if (v.varType() != expectedVarType) { in checkVarType()245 fail("varType " + v.varType() + " != " + expectedVarType); in checkVarType()