> The JSON format thread dump generated by HotSpotDiagnosticMXBean.dumpThreads 
> and jcmd Thread.dump_to_file currently write the process and thread IDs as 
> strings. This is changed to write the IDs as numbers when in the "safe range" 
> that can be parsed by JS and other system.  threadDump.schema.json is used to 
> document the format, this is updated to document the IDs  as number or string.
> 
> The changes include a test-only update to JSONValue to add support for 
> numbers.. While there, it is also updated to bring it closer to current 
> proposal/JSON for convenience methods. This will make it easier to replace 
> this test library class once a standard API is further along. A number of 
> security tests and one JFR test are updated, all trivial changes.
> 
> Testing: Tier 1-5.

Alan Bateman has updated the pull request incrementally with one additional 
commit since the last revision:

  Change ML_DSA_Test to use map

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/30467/files
  - new: https://git.openjdk.org/jdk/pull/30467/files/9767e00f..be0ea039

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30467&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30467&range=00-01

  Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/30467.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30467/head:pull/30467

PR: https://git.openjdk.org/jdk/pull/30467

Reply via email to