hotspot/test/compiler/6946040/TestCharShortByteSwap.java
changeset 15864 2757a5eae916
parent 5547 f4b087cbb361
--- a/hotspot/test/compiler/6946040/TestCharShortByteSwap.java	Fri Feb 22 10:12:00 2013 -0800
+++ b/hotspot/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.