On Tue, 18 Aug 2026 09:09:06 GMT, Kevin Walls <[email protected]> wrote:
> Do we think there is already enough dependency on recognising the > external/slash format in this command that we need to keep recognising it > forever, unlike VM.class_hierarchy which only recognises the dotted format? I don't think there is any dependancy on the current (previous) format. The only JDK reference is the test testing the command, and the command has only been visible for a very short while. Keeping both formats supported was not the intention, rather a coincidence since we need internal names when probing the symbol table. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32396#issuecomment-5328790691
