Home
last modified time | relevance | path

Searched refs:TS_BLOCKER_RUNNING (Results 1 – 3 of 3) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorEnter/
H A DSuspendWithObjectMonitorEnter.java66 public static final int TS_BLOCKER_RUNNING = 2; // blocker is running field in SuspendWithObjectMonitorEnter
173 while (testState != TS_BLOCKER_RUNNING) { in doWork()
313 … SuspendWithObjectMonitorEnter.testState = SuspendWithObjectMonitorEnter.TS_BLOCKER_RUNNING; in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/monitoring/ThreadInfo/GetLockOwnerName/
H A DGetLockOwnerName.java77 public static final int TS_BLOCKER_RUNNING = 2; // blocker is running field in GetLockOwnerName
187 while (testState != TS_BLOCKER_RUNNING) { in doWork()
340 GetLockOwnerName.testState = GetLockOwnerName.TS_BLOCKER_RUNNING; in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/SuspendWithRawMonitorEnter/
H A DSuspendWithRawMonitorEnter.java66 public static final int TS_BLOCKER_RUNNING = 2; // blocker is running field in SuspendWithRawMonitorEnter
180 while (testState != TS_BLOCKER_RUNNING) { in doWork()
356 … SuspendWithRawMonitorEnter.testState = SuspendWithRawMonitorEnter.TS_BLOCKER_RUNNING; in run()