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:26 UTC 2026


On Mon, 5 Jan 2026 22:20:06 GMT, Leonid Mesnik <lmesnik 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") {
> 
> Not a review yet. But this new functionality deserve a regression test.

noted....

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

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


More information about the hotspot-dev mailing list