< prev index next >

test/compiler/codegen/Test6909839.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6909839
  * @summary missing unsigned compare cases for some cmoves in sparc.ad
  *
- * @run main/othervm -XX:+AggressiveOpts -Xbatch Test6909839
+ * @run main/othervm -XX:+AggressiveOpts -Xbatch compiler.codegen.Test6909839
  */
 
+package compiler.codegen;
+
 public class Test6909839 {
     public static void main(String[] args) {
         testi();
         testi();
         testi();
< prev index next >