< prev index next >

jdk/src/java.base/share/classes/java/lang/module/SystemModuleFinder.java

Print this page

        

@@ -176,11 +176,11 @@
         };
 
         ModuleReference mref =
             new ModuleReference(md, uri, readerSupplier, hash);
 
-        // may need a reference to a patched module if -Xpatch specified
+        // may need a reference to a patched module if --patch-module specified
         mref = ModulePatcher.interposeIfNeeded(mref);
 
         return mref;
     }
 
< prev index next >