< prev index next >

test/compiler/codegen/Test8011901.java

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

*** 24,40 **** /* * @test * @bug 8011901 * @summary instruct xaddL_no_res shouldn't allow 64 bit constants. * @modules java.base/jdk.internal.misc - * @run main/othervm -XX:-BackgroundCompilation Test8011901 * */ ! import java.lang.reflect.Field; import jdk.internal.misc.Unsafe; public class Test8011901 { private long ctl; private static final Unsafe U; --- 24,43 ---- /* * @test * @bug 8011901 * @summary instruct xaddL_no_res shouldn't allow 64 bit constants. * @modules java.base/jdk.internal.misc * + * @run main/othervm -XX:-BackgroundCompilation compiler.codegen.Test8011901 */ ! package compiler.codegen; ! import jdk.internal.misc.Unsafe; + import java.lang.reflect.Field; + public class Test8011901 { private long ctl; private static final Unsafe U;
< prev index next >