RFR: 8359437: Make users and test suite not able to set LockingMode flag [v4]
Anton Artemov
duke at openjdk.org
Tue Jun 24 13:25:20 UTC 2025
On Tue, 24 Jun 2025 12:43:36 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8359437: Addressed reviewer's comments
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java line 280:
>
>> 278:
>> 279: static boolean preemptableVirtualThread() {
>> 280: return is_virtual && !isBoundVThread;
>
> I think this is the last usage of ManagementFactory and HotSpotDiagnosticMXBean in this test so the imports can be expunged.
Correct, addressed in the latest commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25847#discussion_r2163992589
More information about the hotspot-dev
mailing list