< prev index next >

test/compiler/intrinsics/mathexact/AddExactICondTest.java

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

@@ -23,15 +23,16 @@
 
 /*
  * @test
  * @bug 8024924
  * @summary Test non constant addExact
- * @compile AddExactICondTest.java
- * @run main AddExactICondTest
  *
+ * @run main compiler.intrinsics.mathexact.AddExactICondTest
  */
 
+package compiler.intrinsics.mathexact;
+
 public class AddExactICondTest {
   public static int result = 0;
 
   public static void main(String[] args) {
     for (int i = 0; i < 50000; ++i) {
< prev index next >