comparison test/compiler/6946040/TestCharShortByteSwap.java @ 8684:7369298bec7e

7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option Summary: Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS} Reviewed-by: kvn
author collins
date Wed, 27 Feb 2013 20:36:14 -0800
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
8097:be1fbee20765 8684: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 {