Home
last modified time | relevance | path

Searched refs:threadNames (Results 1 – 25 of 103) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java81 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
85 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
93 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
98 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
110 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
112 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
113 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
117 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
118 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
129 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java81 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
85 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
93 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
98 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
110 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
112 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
113 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
117 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
118 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
129 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java81 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
85 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
93 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
98 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
110 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
112 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
113 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
117 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
118 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
129 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java81 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
85 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
93 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
98 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
110 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
112 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
113 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
117 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
118 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
129 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java80 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
84 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
92 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
97 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
109 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
111 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
112 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
116 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
117 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
128 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java80 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
84 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
92 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
97 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
109 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
111 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
112 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
116 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
117 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
128 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java81 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
85 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
93 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
98 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
110 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
112 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
113 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
117 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
118 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
129 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/
H A DownedMonitorsAndFrames004.java81 private void checkDeadlockedThread(String... threadNames) { in checkDeadlockedThread() argument
85 if (expectedData.size() != threadNames.length) { in checkDeadlockedThread()
93 for (int i = 0; i < threadNames.length; i++) { in checkDeadlockedThread()
98 …compare(debuggee.threadByName(threadNames[i]).ownedMonitorsAndFrames(), expectedDataForSingleThrea… in checkDeadlockedThread()
110 String threadNames[] = new String[lockTypes.length]; in createAndCheckDeadlock() local
112 for (int i = 0; i < threadNames.length; i++) in createAndCheckDeadlock()
113 threadNames[i] = "ownedMonitorsAndFrames004_DeadlockedThread" + (++threadNameIndex); in createAndCheckDeadlock()
117 for (int i = 0; i < threadNames.length; i++) { in createAndCheckDeadlock()
118 command += ":" + threadNames[i] + ":" + lockTypes[i]; in createAndCheckDeadlock()
129 checkDeadlockedThread(threadNames); in createAndCheckDeadlock()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/
H A Dresume001.java249 if (threadName.equals(threadNames[0])) in runThis()
251 else if (threadName.equals(threadNames[1])) in runThis()
253 else if (threadName.equals(threadNames[2])) in runThis()
285 if (threadName.equals(threadNames[0])) in runThis()
287 else if (threadName.equals(threadNames[1])) in runThis()
289 else if (threadName.equals(threadNames[2])) in runThis()
321 if (threadName.equals(threadNames[0])) in runThis()
323 else if (threadName.equals(threadNames[1])) in runThis()
325 else if (threadName.equals(threadNames[2])) in runThis()
357 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/
H A Dsuspend001.java246 if (threadName.equals(threadNames[0])) in runThis()
248 else if (threadName.equals(threadNames[1])) in runThis()
250 else if (threadName.equals(threadNames[2])) in runThis()
281 if (threadName.equals(threadNames[0])) in runThis()
283 else if (threadName.equals(threadNames[1])) in runThis()
285 else if (threadName.equals(threadNames[2])) in runThis()
316 if (threadName.equals(threadNames[0])) in runThis()
318 else if (threadName.equals(threadNames[1])) in runThis()
320 else if (threadName.equals(threadNames[2])) in runThis()
350 if (threadName.equals(threadNames[0])) in runThis()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java296 String threadNames[] = { in testRun() local
307 EventRequest eRequests[] = new EventRequest[threadNames.length]; in testRun()
310 ThreadReference eventThreads[] = new ThreadReference[threadNames.length]; in testRun()
327 for (int n2 = 0; n2 < threadNames.length; n2++) { in testRun()
329 if (name.equals(threadNames[n2])) { in testRun()
360 testClass, awName, threadNames[n3]); in testRun()
371 testClass, mwName, threadNames[n3]); in testRun()
387 threadNames[n3]); in testRun()
394 threadNames[n3]); in testRun()
401 threadNames[n3]); in testRun()
[all …]

12345