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

/openjdk7/hotspot/test/compiler/7103261/
H A DTest7103261.java30 * @run main Test7103261
34 public class Test7103261 { class
35 static Test7103261 null_value;
36 static Test7103261 nonnull_value = new Test7103261();
37 static Test7103261 nonnull_value2 = new Test7103261();
56 Test7103261 o = nonnull_value;
81 Test7103261 o = nonnull_value;
82 Test7103261 o
[all...]

Completed in 22 milliseconds