Skip to content

Commit b734bde

Browse files
committedOct 26, 2021
Updated comment for VMOutOfMemoryException001 test.
1 parent e3cc6e7 commit b734bde

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
 

‎test/hotspot/jtreg/ProblemList-vthread.txt

+3-7
Original file line numberDiff line numberDiff line change
@@ -557,13 +557,9 @@ vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.j
557557
vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java
558558

559559
###
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.
567563

568564
vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java windows-all
569565

0 commit comments

Comments
 (0)
Please sign in to comment.