Searched refs:loadS2Lmask16 (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
36 static long loadS2Lmask16 (short[] sa) { return sa[0] & 0xFFFE; } method in class:Test8000805
67 { long v1 = loadS2Lmask16(sa);
70 throw new InternalError(String.format("loadS2Lmask16 failed: %x != %x", v1, v2)); }

Completed in 27 milliseconds