mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 14:10:36 +00:00
8158350: Table in ThreadInfo.from(CompositeData) may need updates for new stack trace attributes
Update table in ThreadInfo.from(CompositeData) for new stack trace attributes Reviewed-by: alanb, dholmes, dsamersoff
This commit is contained in:
parent
5bfaf361d1
commit
65e8b4d804
@ -771,6 +771,14 @@ public class ThreadInfo {
|
||||
* <th align=left>Type</th>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>moduleName</td>
|
||||
* <td>{@code java.lang.String}</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>moduleVersion</td>
|
||||
* <td>{@code java.lang.String}</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>className</td>
|
||||
* <td>{@code java.lang.String}</td>
|
||||
* </tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user