@@ -131,29 +131,6 @@ vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn014/forceEar
131131vmTestbase/nsk/jdi/stress/serial/forceEarlyReturn001/TestDescription.java 8285415 generic-all
132132vmTestbase/nsk/jdi/stress/serial/forceEarlyReturn002/TestDescription.java 8285415 generic-all
133133
134- ###
135- # These 2 tests try to create 10 vthreads and have them all block on a synchronized
136- # method call, but on some hosts there are not enough carrier threads to support pinning
137- # all 10 vthreads, so the test deadlocks. -Djdk.defaultScheduler.parallelism=<n>
138- # could be used with the debuggee to ensure there are enough carrier threads.
139-
140- vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.java 8285416 generic-all
141- vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java 8285416 generic-all
142-
143- ###
144- # These tests all create 5 virtual threads that block on a synchronized block, which causes
145- # them to pin the carrier therad. On some of the macOS hosts there are only 4 cores,
146- # so by default you only get 4 carrier threads. When this happesn the test is unable to get all
147- # of the virtual threads started, and ends up timing out. -Djdk.defaultScheduler.parallelism=<n>
148- # could be used with the debuggee to ensure there are enough carrier threads.
149-
150- vmTestbase/nsk/jdb/kill/kill001/kill001.java 8282383 macosx-x64
151- vmTestbase/nsk/jdi/LocatableEvent/thread/thread001/TestDescription.java 8282383 macosx-x64
152- vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java 8282383 macosx-x64
153- vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001/TestDescription.java 8282383 macosx-x64
154- vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001/TestDescription.java 8282383 macosx-x64
155- vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002/TestDescription.java 8282383 macosx-x64
156-
157134###
158135# This test always times out on windows. This is due to the test forcing OOME in the
159136# debuggee, which has the side affect of making the Read-Poller thread exit. Because
0 commit comments