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

/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DReadWritePrimitives.java40 testShort();
57 private static void testShort() throws IOException { method in class:ReadWritePrimitives
/openjdk7/langtools/test/tools/javac/boxing/
H A DT6816548.java34 testShort();
46 public static void testShort() { method in class:T6816548
H A DT6348760.java78 static void testShort(T6348760<Short> i, T6348760<Short> j, T6348760<Boolean> a) { method in class:T6348760
352 testShort (new T6348760<Short>((short)42),
/openjdk7/hotspot/test/compiler/6946040/
H A DTestCharShortByteSwap.java29 * @run main/othervm -Xbatch -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
63 private static void testShort(short a, short b) { method in class:TestCharShortByteSwap
84 testShort(s1, s2);
85 testShort(s3, s4);

Completed in 1199 milliseconds