On Tue, 17 Sep 2024 14:10:07 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> DiagnosticCommandImpl should only publish parameter types in a known standard > set, and use "STRING" on anything else. > e.g. We can say "FILE" in the help output for jcmd, as that's for humans, but > the MBean parameter info should contain "STRING". This pull request has now been integrated. Changeset: df7d6e08 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/df7d6e081ff9513fbd6cff5d033a307e6798418b Stats: 58 lines in 2 files changed: 50 ins; 0 del; 8 mod 8338603: DiagnosticCommandMBean operations should standardize types for parameters Reviewed-by: cjplummer, egahlin ------------- PR: https://git.openjdk.org/jdk/pull/21040