RFR: [15,docs] JDK-8247958,minor HTML errors in com.sun.jdi

Jonathan Gibbons jonathan.gibbons at oracle.com
Sat Jun 20 03:08:26 UTC 2020


Please review a couple of minor HTML errors (missing end tags) in a couple
of classes.  These should be the last of the fixes for com.sun.jdi in 
this round
of cleanup.

-- Jon

JBS: https://bugs.openjdk.java.net/browse/JDK-8247958

Patch inline:

diff -r 086c7f077fc6 
src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java
--- a/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java Fri Jun 
19 15:22:19 2020 -0400
+++ b/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java Fri Jun 
19 19:59:48 2020 -0700
@@ -217,6 +217,7 @@
       * is false attempting any of the unsupported class file changes 
described
       * in <a href="{@docRoot}/../specs/jvmti.html#RedefineClasses">
       * JVM TI RedefineClasses</a> will throw this exception.
+ * </UL>
       *
       * @throws java.lang.NoClassDefFoundError if the bytes
       * don't correspond to the reference type (the names
diff -r 086c7f077fc6 
src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachineManager.java
--- a/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachineManager.java 
Fri Jun 19 15:22:19 2020 -0400
+++ b/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachineManager.java 
Fri Jun 19 19:59:48 2020 -0700
@@ -185,6 +185,7 @@
   * </UL>
   * </TD>
   * </TR>
+ * </TBODY>
   * </TABLE>
   *
   * <p> Connectors are created at start-up time. That is, they


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20200619/1cf5ac9f/attachment-0001.htm>


More information about the serviceability-dev mailing list