-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b131
As of jdk-9+120, the javadoc for ThreadInfo.from(CompositeData) has the following for the stackTrace attribute:
"Each element is a CompositeData representing StackTraceElement containing the following attributes:
Attribute Name Type
className java.lang.String
methodName java.lang.String
fileName java.lang.String
lineNumber java.lang.Integer
nativeMethod java.lang.Boolean"
I suspect this table needs to be updated to list moduleName and moduleVersion as optional. No implementation changes, it's just the javadoc that needs to be checked.
"Each element is a CompositeData representing StackTraceElement containing the following attributes:
Attribute Name Type
className java.lang.String
methodName java.lang.String
fileName java.lang.String
lineNumber java.lang.Integer
nativeMethod java.lang.Boolean"
I suspect this table needs to be updated to list moduleName and moduleVersion as optional. No implementation changes, it's just the javadoc that needs to be checked.