test/compiler/6946040/TestCharShortByteSwap.java

changeset 4684
7369298bec7e
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
equal deleted inserted replaced
4636:be1fbee20765 4684:7369298bec7e
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 6946040 27 * @bug 6946040
28 * @summary Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler 28 * @summary Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler
29 * @run main/othervm -Xbatch -server -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap 29 * @run main/othervm -Xbatch -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
30 */ 30 */
31 31
32 // This test must run without any command line arguments. 32 // This test must run without any command line arguments.
33 33
34 public class TestCharShortByteSwap { 34 public class TestCharShortByteSwap {

mercurial