jdk/src/java.management/share/classes/java/lang/management/MonitorInfo.java
changeset 47028 6df65183aa1f
parent 44858 7183899b064b
--- a/jdk/src/java.management/share/classes/java/lang/management/MonitorInfo.java	Wed Aug 30 11:37:48 2017 -0700
+++ b/jdk/src/java.management/share/classes/java/lang/management/MonitorInfo.java	Wed Aug 30 12:45:43 2017 -0700
@@ -105,15 +105,17 @@
      * as well as the attributes specified in the
      * <a href="LockInfo.html#MappedType">
      * mapped type</a> for the {@link LockInfo} class:
-     * <blockquote>
-     * <table border="1">
+     * <table class="striped" style="margin-left:2em">
      * <caption style="display:none">The attributes and their types the given CompositeData contains</caption>
+     * <thead>
      * <tr>
-     *   <th style="text-align:left">Attribute Name</th>
-     *   <th style="text-align:left">Type</th>
+     *   <th scope="col">Attribute Name</th>
+     *   <th scope="col">Type</th>
      * </tr>
+     * </thead>
+     * <tbody style="text-align:left">
      * <tr>
-     *   <td>lockedStackFrame</td>
+     *   <th scope="row">lockedStackFrame</th>
      *   <td><code>CompositeData as specified in the
      *       <a href="ThreadInfo.html#StackTrace">stackTrace</a>
      *       attribute defined in the {@link ThreadInfo#from
@@ -121,11 +123,11 @@
      *       </code></td>
      * </tr>
      * <tr>
-     *   <td>lockedStackDepth</td>
+     *   <th scope="row">lockedStackDepth</th>
      *   <td>{@code java.lang.Integer}</td>
      * </tr>
+     * </tbody>
      * </table>
-     * </blockquote>
      *
      * @param cd {@code CompositeData} representing a {@code MonitorInfo}
      *