< prev index next >

test/runtime/modules/AccessCheck/DiffCL_UmodUpkg.java

Print this page

        

*** 26,41 **** /* * @test * @summary class p3.c3 defined in module m1 tries to access c4 defined in an unnamed package * and an unnamed module. * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib * @compile myloaders/MyDiffClassLoader.java * @compile c4.java * @compile p3/c3.jcod * @compile p3/c3ReadEdgeDiffLoader.jcod - * @build DiffCL_UmodUpkg * @run main/othervm -Xbootclasspath/a:. DiffCL_UmodUpkg */ import static jdk.test.lib.Asserts.*; --- 26,40 ---- /* * @test * @summary class p3.c3 defined in module m1 tries to access c4 defined in an unnamed package * and an unnamed module. * @modules java.base/jdk.internal.misc ! * @library /test/lib * @compile myloaders/MyDiffClassLoader.java * @compile c4.java * @compile p3/c3.jcod * @compile p3/c3ReadEdgeDiffLoader.jcod * @run main/othervm -Xbootclasspath/a:. DiffCL_UmodUpkg */ import static jdk.test.lib.Asserts.*;
< prev index next >