jdk/src/java.management/share/classes/java/lang/management/MonitorInfo.java
changeset 44858 7183899b064b
parent 32034 05676cfd40b5
child 47028 6df65183aa1f
equal deleted inserted replaced
44857:9b65ef2c7ae9 44858:7183899b064b
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   104      * The given {@code CompositeData} must contain the following attributes
   104      * The given {@code CompositeData} must contain the following attributes
   105      * as well as the attributes specified in the
   105      * as well as the attributes specified in the
   106      * <a href="LockInfo.html#MappedType">
   106      * <a href="LockInfo.html#MappedType">
   107      * mapped type</a> for the {@link LockInfo} class:
   107      * mapped type</a> for the {@link LockInfo} class:
   108      * <blockquote>
   108      * <blockquote>
   109      * <table border summary="The attributes and their types the given CompositeData contains">
   109      * <table border="1">
       
   110      * <caption style="display:none">The attributes and their types the given CompositeData contains</caption>
   110      * <tr>
   111      * <tr>
   111      *   <th align=left>Attribute Name</th>
   112      *   <th style="text-align:left">Attribute Name</th>
   112      *   <th align=left>Type</th>
   113      *   <th style="text-align:left">Type</th>
   113      * </tr>
   114      * </tr>
   114      * <tr>
   115      * <tr>
   115      *   <td>lockedStackFrame</td>
   116      *   <td>lockedStackFrame</td>
   116      *   <td><code>CompositeData as specified in the
   117      *   <td><code>CompositeData as specified in the
   117      *       <a href="ThreadInfo.html#StackTrace">stackTrace</a>
   118      *       <a href="ThreadInfo.html#StackTrace">stackTrace</a>