> This change is mostly test infrastructure and improvements to the testing of > thread dumps in JSON format. It also tweaks the thread dump format so that > the process identifier and thread identifiers are a type string rather than > number. > > The tests for thread dumps added by JEP 425 are changed to use the test > infrastructure library. The tests for JEP 428 will also make use of this test > infrastructure.
Alan Bateman has updated the pull request incrementally with one additional commit since the last revision: Use string rater than number for process/thread identifiers ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/8784/files - new: https://git.openjdk.java.net/jdk/pull/8784/files/4f9590f3..353fc53d Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8784&range=03 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8784&range=02-03 Stats: 58 lines in 4 files changed: 26 ins; 2 del; 30 mod Patch: https://git.openjdk.java.net/jdk/pull/8784.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/8784/head:pull/8784 PR: https://git.openjdk.java.net/jdk/pull/8784