On Tue, 23 Jun 2026 10:40:55 GMT, Alan Bateman <[email protected]> wrote:
> The examples put additional information in parentheses, it seems very clear.
> I think it would be best to use them here too.
It does not look good to me to make VM.classes output say
` MyApp ("file:///apps/myapp/MyApp.jar")`
as it looks like a realistic possibility we might in future need to show:
` MyApp (module@version)`
So would we end up with:
` MyApp (module@version) ("file:///apps/myapp/MyApp.jar")`
(The quotes come from java_lang_String::print(), it does not seem worthwhile
customising that to not show quotes.)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/31420#issuecomment-4778465897