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

/openjdk7/hotspot/test/compiler/6946040/
H A DTestCharShortByteSwap.java36 private static short initShort(String[] args, short v) { method in class:TestCharShortByteSwap
78 short s1 = initShort(args, (short) 0x0123);
79 short s2 = initShort(args, (short) 0x2301);
80 short s3 = initShort(args, (short) 0xaabb);
81 short s4 = initShort(args, (short) 0xbbaa);

Completed in 22 milliseconds