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

/openjdk9/jdk/test/java/lang/invoke/modules/m1/p1/
H A DMain.java47 private Class<?> q2_Type2; // m2, not exported field in class:Main
57 q2_Type2 = Class.forName("q2.Type2");
75 assertTrue(q2_Type2.getModule() == m2);
104 findConstructorExpectingIAE(lookup, q2_Type2, void.class); // [A3]
129 findConstructorExpectingIAE(lookup, q2_Type2, void.class);
154 findConstructorExpectingIAE(lookup, q2_Type2, void.class);
179 findConstructorExpectingIAE(lookup, q2_Type2, void.class);
205 findConstructorExpectingIAE(lookup, q2_Type2, void.class);
230 findConstructorExpectingIAE(lookup, q2_Type2, void.class);
253 findConstructorExpectingIAE(lookup, q2_Type2, voi
[all...]

Completed in 79 milliseconds