Searched refs:Test8007294 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/8007294/
H A DTest8007294.java28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8007294
32 public class Test8007294 { class
37 Test8007294(int i1, int i2) { method in class:Test8007294
46 static Test8007294 test1() {
47 Test8007294 obj = new Test8007294(10, 100);
77 Test8007294 obj = test1();

Completed in 70 milliseconds