On Tue, 23 Jun 2026 10:48:26 GMT, Alan Bateman <[email protected]> wrote:

>> Kevin Walls has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Split help text
>
> src/jdk.jcmd/share/man/jcmd.md line 831:
> 
>> 829:          class file (directory, jar or other URL location) from which 
>> this class was initially loaded.
>> 830: 
>> 831:          Note: JDK (and other classes) loaded by a ClassLoader that 
>> does not provide a location URL to the JVM will omit this field.
> 
> Do you mean JDK classes? Something isn't quite right with the wording of this 
> sentence.

Right, maybe:

` Note: Classes loaded by a ClassLoader that does not provide a location URL to 
the JVM will not show location information.`

Or maybe better just remove the Note, we already guard this with "If 
provided...".

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/31420#discussion_r3459108880

Reply via email to