test/compiler/loopopts/TestMoveStoresOutOfLoops.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/loopopts/TestMoveStoresOutOfLoops.java

test/compiler/loopopts/TestMoveStoresOutOfLoops.java

Print this page
rev 9094 : 8136926: phi == NULL assert in PhaseIdealLoop::try_move_store_after_loop
Summary: multiple phis on same slice are possible in a loop
Reviewed-by:

*** 23,34 **** */ /** * @test * @bug 8080289 ! * @summary Sink stores out of loops if possible ! * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+PrintCompilation -XX:CompileCommand=dontinline,TestMoveStoresOutOfLoops::test* TestMoveStoresOutOfLoops * */ import java.lang.reflect.*; import java.util.*; --- 23,34 ---- */ /** * @test * @bug 8080289 ! * @summary Move stores out of loops if possible ! * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestMoveStoresOutOfLoops::test* TestMoveStoresOutOfLoops * */ import java.lang.reflect.*; import java.util.*;
test/compiler/loopopts/TestMoveStoresOutOfLoops.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File