< prev index next >

test/jdk/java/util/ServiceLoader/ReloadTest.java

Print this page

        

@@ -22,11 +22,11 @@
  */
 
 /**
  * @test
  * @library modules
- * @modules java.scripting
+ * @modules jdk.scripting.nashorn
  * @run testng/othervm ReloadTest
  * @summary Basic test of ServiceLoader.reload
  */
 
 import java.util.ConcurrentModificationException;
< prev index next >