File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -557,13 +557,9 @@ vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.j
557
557
vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java
558
558
559
559
###
560
- # For some reason that is not well understood, this test always times out on windows
561
- # when run with the vthread wrapper. It appears that the VMOutOfMemoryException is thrown
562
- # and caught as expected, but the test then times out waiting for the debuggee to exit. On the
563
- # debuggee side you see the following output, which might be related to the issue:
564
- # Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Read-Poller"
565
- # And the Read-Poller thread is no longer around. Also the main debuggee thread seems
566
- # to have exited.
560
+ # This test always times out on windows. This is due to the test forcing OOME in the
561
+ # debuggee, which has the side affect of making the Read-Poller thread exit. Because
562
+ # of this no vthreads can complete their reads, and the test times out as a result.
567
563
568
564
vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java windows-all
569
565
You can’t perform that action at this time.
0 commit comments