test/hotspot/jtreg/runtime/cds/appcds/RewriteBytecodesTest.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 57765 a89ec7fc99aa
--- a/test/hotspot/jtreg/runtime/cds/appcds/RewriteBytecodesTest.java	Fri Aug 09 12:27:05 2019 -0700
+++ b/test/hotspot/jtreg/runtime/cds/appcds/RewriteBytecodesTest.java	Fri Aug 09 13:13:36 2019 -0700
@@ -28,9 +28,7 @@
  *          the archived class with the same name is not loaded.
  * @requires vm.cds
  * @library /test/lib
- * @modules java.base/jdk.internal.misc
- *          java.management
- *          jdk.jartool/sun.tools.jar
+ * @modules jdk.jartool/sun.tools.jar
  * @compile test-classes/RewriteBytecodes.java test-classes/Util.java test-classes/Super.java test-classes/Child.java
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox