< prev index next >

test/compiler/controldependency/TestEliminatedCastPPAtPhi.java

Print this page

        

*** 25,38 **** /** * @test * @bug 8139771 * @summary Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash * @requires vm.gc=="Serial" | vm.gc=="Parallel" ! * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM TestEliminatedCastPPAtPhi * */ public class TestEliminatedCastPPAtPhi { static TestEliminatedCastPPAtPhi saved; static TestEliminatedCastPPAtPhi saved_not_null; --- 25,43 ---- /** * @test * @bug 8139771 * @summary Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash * @requires vm.gc=="Serial" | vm.gc=="Parallel" ! * ! * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM ! * compiler.controldependency.TestEliminatedCastPPAtPhi * */ + package compiler.controldependency; + public class TestEliminatedCastPPAtPhi { static TestEliminatedCastPPAtPhi saved; static TestEliminatedCastPPAtPhi saved_not_null;
< prev index next >