< prev index next >

test/sun/reflect/Reflection/GetCallerClassWithDepth.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* * @test * @bug 8025799 * @summary sun.reflect.Reflection.getCallerClass(int) + * @modules java.base/sun.reflect * @run main GetCallerClassWithDepth */ public class GetCallerClassWithDepth { public static void main(String[] args) throws Exception {
< prev index next >