On Mon, 15 Jun 2026 12:34:14 GMT, Alan Bateman <[email protected]> wrote:
> ...look at output from other commands and tools... Thanks @AlanBateman I'm not really seeing it. I see () in stacktaces where we commonly have module info in () after the class/method name: ` at sun.nio.ch.EPoll.wait(java.base@27-internal/Native Method)` and the histogram similarly: $ jcmd 119152 GC.class_histogram 119152: num #instances #bytes class name (module) ------------------------------------------------------- 1: 13172 669160 [B (java.base@27-internal) 2: 12393 297432 java.lang.String (java.base@27-internal) ... So putting the new URL info in () makes it look like those. But maybe VM.classes should show the same (module info) after the class name, so we don't want these things looking the same. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31420#issuecomment-4777676728
