src/share/classes/java/lang/instrument/package.html

Print this page

        

@@ -138,11 +138,11 @@
       
   <li><p>The agent class must implement a public static <code>agentmain</code> method. </p></li>
 
   <li><p>The system class loader (
       {@link java.lang.ClassLoader#getSystemClassLoader ClassLoader.getSystemClassLoader}) must
-      support a mechanism to add an agent JAR file to the system class path. <p></li>
+      support a mechanism to add an agent JAR file to the system class path.</li>
 </ol>  
 
 <P>
 The agent JAR is appended to the system class path. This is the class loader that typically loads 
 the class containing the application <code>main</code> method. The agent class is loaded and the