RFR: 8343741: SA jstack --mixed should print information about VM locks [v7]
Leonid Mesnik
lmesnik at openjdk.org
Wed Nov 20 22:20:07 UTC 2024
On Wed, 20 Nov 2024 21:47:30 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> 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.
I also changed lock to avoid false positive failures.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22171#discussion_r1851041298
More information about the serviceability-dev
mailing list