Searched refs:mismtch (Results 1 – 1 of 1) sorted by relevance
92 final MethodHandle mismtch; field in EqualsCompareTest.BufferType106 …mismtch = lookup.findVirtual(bufferType, "mismatch", MethodType.methodType(int.class, bufferType)); in BufferType()196 return (int) mismtch.invoke(a, b); in mismatch()