RFR: 8327246: Add a jcmd diagnostic command to list the jar files loaded by a process [v2]

Larry Cable duke at openjdk.org
Tue Jan 6 21:35:25 UTC 2026


On Tue, 6 Jan 2026 10:51:22 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

>> Larry Cable has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   JDK-8327246: updated copyright year. fixed Capitialization nit and restructured use of InstanceKlass local as per comments
>
> src/hotspot/share/services/diagnosticCommand.cpp line 962:
> 
>> 960:            "S = is shared class",
>> 961:            "BOOLEAN", false, "false"),
>> 962:   _location("-location", "print class file location url (if available)", "BOOLEAN", false, "false") {
> 
> Nit: "Print class.." the option descriptions all begin with capital letters.

fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29048#discussion_r2666360931


More information about the hotspot-dev mailing list