< prev index next >

test/compiler/intrinsics/bmi/Expr.java

Print this page

        

@@ -20,15 +20,16 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
+package compiler.intrinsics.bmi;
+
 /**
  * Expression that should be replaced by particular instrinsic
  * or intruction during compilation.
  */
-
 public abstract class Expr {
 
     public static class MemI {
         public MemI(int i) {
             this.value = i;
< prev index next >