On Tue, 24 Jun 2025 12:43:36 GMT, Alan Bateman <al...@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