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


Reply via email to