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

/openjdk9/jdk/test/java/lang/reflect/Generics/
H A DThreadSafety.java71 public static class EmptyGenericSubclass<T> extends EmptyGenericSuperclass<T> {} class in class:ThreadSafety.EmptyClass
85 return Class.forName("ThreadSafety$EmptyClass$EmptyGenericSubclass", true, ucl);

Completed in 40 milliseconds