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

/openjdk7/jdk/test/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java35 private static short shortField; field in class:StaticFieldTest
51 Field shortField = getAccessibleField("shortField");
60 shortField.setShort (null, (short) 77);
70 if (shortField.getShort(null) != 77) throw new RuntimeException("Test failed");

Completed in 29 milliseconds