Searched defs:eight (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCheckingEquality.java183 protected byte eight = (byte)9; field in class:Thirdpsio
198 if (eight != other.eight) {
199 System.err.println("\nthirdpsio eight - expected " + eight +
200 " actual " + other.eight);
227 eight = (byte)8;

Completed in 48 milliseconds