On Tue, 9 Jun 2026 10:35:00 GMT, Kevin Walls <[email protected]> wrote:
>> Add a "-location" option to jcmd VM.classes which will show the URL of the >> class if possible. >> >> This is a continuation of https://git.openjdk.org/jdk/pull/29048 which was >> pretty far along and this is a simple import. >> A few minor changes in help text, (C), and of course whitespace. >> >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Kevin Walls has updated the pull request incrementally with one additional > commit since the last revision: > > Split help text > quotes/parenthesis/header I didn't think there's much to gain, it seems clear what is being printed. And there are lots of lines without the URL. It might be more likely that quotes are useful if copying from the output, compared to brackets, and showing both like ("file:///apps/myapp/My%20App.jar") seems like a lot of redundant characters. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31420#issuecomment-4707915989
