diff 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
line wrap: on
line diff
--- a/test/compiler/6946040/TestCharShortByteSwap.java	Fri Feb 22 10:12:00 2013 -0800
+++ b/test/compiler/6946040/TestCharShortByteSwap.java	Wed Feb 27 20:36:14 2013 -0800
@@ -26,7 +26,7 @@
  * @test
  * @bug 6946040
  * @summary Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler
- * @run main/othervm -Xbatch -server -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
+ * @run main/othervm -Xbatch -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
  */
 
 // This test must run without any command line arguments.