< prev index next >

test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/Test.java

Print this page

        

*** 22,32 **** * questions. */ /** * @test ! * @summary Test exception messages of LinkageError. * @library /test/lib * @compile D_ambgs.jasm * @run driver ClassFileInstaller test.D_ambgs * @compile ../common/PreemptingClassLoader.java * test/D_ambgs.java Test.java test/B.java --- 22,35 ---- * questions. */ /** * @test ! * @bug 8199852 ! * @summary Test exception messages of LinkageError. Two class loaders load ! * two different versions of a class. Should trigger exception in ! * SystemDictionary::check_constraints(). * @library /test/lib * @compile D_ambgs.jasm * @run driver ClassFileInstaller test.D_ambgs * @compile ../common/PreemptingClassLoader.java * test/D_ambgs.java Test.java test/B.java
< prev index next >