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

/openjdk7/jdk/test/java/io/Serializable/sanityCheck/
H A DSanityCheck.java48 byte[] bary; field in class:Item
70 bary = new byte[ARRAYLEN];
81 bary[i] = (byte) rand.nextInt();
112 if ((zary[i] != other.zary[i]) || (bary[i] != other.bary[i]) ||

Completed in 44 milliseconds