< prev index next >

test/compiler/c1/Test8011706.java

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

*** 23,36 **** /* * @test * @bug 8011706 * @summary loop invariant code motion may move load before store to the same field - * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8011706 * */ public class Test8011706 { int[] array; void m(boolean test, int[] array1, int[] array2) { int i = 0; --- 23,39 ---- /* * @test * @bug 8011706 * @summary loop invariant code motion may move load before store to the same field * + * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation + * compiler.c1.Test8011706 */ + package compiler.c1; + public class Test8011706 { int[] array; void m(boolean test, int[] array1, int[] array2) { int i = 0;
< prev index next >