jdk/src/java.instrument/share/classes/java/lang/instrument/package.html
changeset 42338 a60f280f803c
parent 40818 9c2079cba606
child 45004 ea3137042a61
--- a/jdk/src/java.instrument/share/classes/java/lang/instrument/package.html	Wed Nov 23 16:16:35 2016 +0000
+++ b/jdk/src/java.instrument/share/classes/java/lang/instrument/package.html	Thu Dec 01 08:57:53 2016 +0000
@@ -277,15 +277,6 @@
 
 <h3>Instrumenting code in modules</h3>
 
-Agents that instrument code in named modules may need to arrange for the
-modules to read other modules. If code is instrumented to invoke a method
-in a support class in another module, then the module of the instrumented
-code should read the module of the supporting class. Furthermore, the
-supporting class will only be accessible to the instrumented code if
-it is <code>public</code> and in a package that is exported by its module.
-Agents can use {@link Instrumentation#addModuleReads addModuleReads} to update
-a module to read another.
-<p>
 As an aid to agents that deploy supporting classes on the search path of the
 bootstrap class loader, or the search path of the class loader that loads
 the main agent class, the Java virtual machine arranges for the module of