< prev index next >

test/java/lang/StackWalker/CallerSensitiveMethod/Main.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test
  * @bug 8157464
  * @summary Basic test for StackWalker.getCallerClass()
  * @library src
+ * @modules java.base/jdk.internal.reflect
  * @build java.base/java.util.CSM csm/*
  * @run main/othervm csm/jdk.test.CallerSensitiveTest
  * @run main/othervm csm/jdk.test.CallerSensitiveTest sm
  */
 public class Main {
< prev index next >