< prev index next >

test/compiler/intrinsics/bmi/Expr.java

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

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ /** * 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; --- 20,35 ---- * 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 >