jdk/test/sun/reflect/Reflection/GetCallerClassWithDepth.java
changeset 30820 0d4717a011d3
parent 21284 e6dfe841a88f
child 37363 329dba26ffd2
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8025799
    26  * @bug 8025799
    27  * @summary sun.reflect.Reflection.getCallerClass(int)
    27  * @summary sun.reflect.Reflection.getCallerClass(int)
       
    28  * @modules java.base/sun.reflect
    28  * @run main GetCallerClassWithDepth
    29  * @run main GetCallerClassWithDepth
    29  */
    30  */
    30 
    31 
    31 public class GetCallerClassWithDepth {
    32 public class GetCallerClassWithDepth {
    32     public static void main(String[] args) throws Exception {
    33     public static void main(String[] args) throws Exception {