RFR: 8287008: Improve tests for thread dumps in JSON format
Chris Plummer
cjplummer at openjdk.java.net
Thu May 19 15:30:06 UTC 2022
On Thu, 19 May 2022 09:38:06 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> This is a test-only change to add some test infrastructure and improve the testing of thread dumps in JSON format. The new tests added by JEP 425 for this thread dump format search the JSON text for strings but don't parse it completely. These tests can be improved with a test class that parses the thread dump. The tests for JEP 428 like make use of the test infrastructure too.
It would be useful if ThreadDump.java contained a comment with a description of the JSON file syntax. It could either be in the form of a simple dump or as a simple syntactic description.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8784
More information about the serviceability-dev
mailing list