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

/openjdk10/hotspot/test/runtime/MirrorFrame/
H A DVictim.java24 public class Victim implements Test8003720.CallMe {
27 Test8003720.println("executing in loader=" + Victim.class.getClassLoader());
31 while ((System.currentTimeMillis() - now) < Test8003720.DURATION) {
39 Test8003720.println("count=" + VictimClassLoader.counter);
47 Test8003720.println("initializing " + c + "#" + System.identityHashCode(c) + " in " + c.getClassLoader());
H A DVictimClassLoader.java53 Test8003720.println("loaded " + c + "#" + System.identityHashCode(c) + " in " + c.getClassLoader());
61 Test8003720.println("found " + rname + " = " + url);
81 Test8003720.println("Goodbye from " + this);
H A DTest8003720.java31 * @run main/othervm -Xverify:all -Xint Test8003720
35 public class Test8003720 { class

Completed in 82 milliseconds