RFR: 8343741: SA jstack --mixed should print information about VM locks [v7]

Leonid Mesnik lmesnik at openjdk.org
Wed Nov 20 21:50:15 UTC 2024


On Wed, 20 Nov 2024 05:45:35 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed spaces
>
> test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackPrintVMLocks.java line 51:
> 
>> 49:             theApp = new LingeredAppWithLockInVM();
>> 50:             String classPath = System.getProperty("test.class.path");
>> 51:             LingeredApp.startAppExactJvmOpts(theApp,
> 
> Why use startAppExactJvmOpts and limit testing to just this one config (with vm.flagless)? Can't these be added arguments?

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22171#discussion_r1851023806


More information about the serviceability-dev mailing list