< prev index next >

test/langtools/tools/jdeps/jdkinternals/src/p/Main.java

Print this page

        

*** 28,38 **** import sun.misc.SoftCache; import sun.reflect.Reflection; public class Main { public static void main() { ! // in jdk.unsupported Class<?> caller = Reflection.getCallerClass(2); // removed JPEGCodec r = new JPEGCodec(); --- 28,38 ---- import sun.misc.SoftCache; import sun.reflect.Reflection; public class Main { public static void main() { ! // removed from jdk.unsupported in JDK 11 Class<?> caller = Reflection.getCallerClass(2); // removed JPEGCodec r = new JPEGCodec();
< prev index next >