< prev index next >

test/compiler/codegen/LoadWithMask2.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8031743
  * @summary loadI2L_immI broken for negative memory values
- * @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
+ * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
  *
  */
 public class LoadWithMask2 {
   static int x;
   static long foo1() {
< prev index next >