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

/openjdk7/hotspot/test/compiler/8000805/
H A DTest8000805.java29 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -Xcomp -XX:+PrintCompilation -XX:CompileOnly=Test8000805.loadS2LmaskFF,Test8000805.loadS2Lmask16,Test8000805.loadS2Lmask13,Test8000805.loadUS_signExt,Test8000805.loadB2L_mask8 Test8000805
39 static long loadS2Lmask13 (short[] sa) { return sa[0] & 0x0FFF; } method in class:Test8000805
72 { long v1 = loadS2Lmask13(sa);
75 throw new InternalError(String.format("loadS2Lmask13 failed: %x != %x", v1, v2)); }

Completed in 21 milliseconds