< prev index next >

test/hotspot/jtreg/ProblemList-Virtual.txt

Print this page

 83 # This test times out on Windows and Linux. This is due to the test forcing OOME in
 84 # the debuggee, which can lead to I/O poller threads exiting. Because
 85 # of this no vthreads can complete their reads, and the test times out as a result.
 86 
 87 vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8285417 generic-all
 88 
 89 ###
 90 # The test first suspends a vthread and all the carriers and then it resumes the vthread expecting it
 91 # to run to completion. In mainline it only works because the suspension step happens while the vthread is
 92 # pinned to the carrier blocked on synchronized. So the carrier only actually suspends on the next unmount
 93 # transition which in this test happens once the vthread has finished executing the expected code.
 94 
 95 vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 8338713 generic-all
 96 
 97 ###
 98 # The test sends a StopThread to a vthread expecting that is currently pinned to the carrier blocked on
 99 # synchronized. Since the vthread is now unmounted StopThread returns JVMTI_ERROR_OPAQUE_FRAME error.
100 
101 vmTestbase/nsk/jdb/kill/kill001/kill001.java 8338714 generic-all
102 
103 ###


104 # Fails on Windows because of additional memory allocation.
105 
106 gc/g1/TestMixedGCLiveThreshold.java#25percent 8334759 windows-x64
107 
108 ##########
109 ## Tests incompatible with  with virtual test thread factory.
110 ## There is no goal to run all test with virtual test thread factory.
111 ## So any test migth be added as incompatible, the bug is not required.
112 
113 gc/arguments/TestNewSizeThreadIncrease.java 0000000 generic-all
114 gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
115 runtime/ErrorHandling/MachCodeFramesInErrorFile.java 0000000 generic-all
116 runtime/Thread/AsyncExceptionOnMonitorEnter.java 0000000 generic-all
117 runtime/Thread/StopAtExit.java 0000000 generic-all
118 runtime/handshake/HandshakeWalkStackTest.java 0000000 generic-all


















 83 # This test times out on Windows and Linux. This is due to the test forcing OOME in
 84 # the debuggee, which can lead to I/O poller threads exiting. Because
 85 # of this no vthreads can complete their reads, and the test times out as a result.
 86 
 87 vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8285417 generic-all
 88 
 89 ###
 90 # The test first suspends a vthread and all the carriers and then it resumes the vthread expecting it
 91 # to run to completion. In mainline it only works because the suspension step happens while the vthread is
 92 # pinned to the carrier blocked on synchronized. So the carrier only actually suspends on the next unmount
 93 # transition which in this test happens once the vthread has finished executing the expected code.
 94 
 95 vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 8338713 generic-all
 96 
 97 ###
 98 # The test sends a StopThread to a vthread expecting that is currently pinned to the carrier blocked on
 99 # synchronized. Since the vthread is now unmounted StopThread returns JVMTI_ERROR_OPAQUE_FRAME error.
100 
101 vmTestbase/nsk/jdb/kill/kill001/kill001.java 8338714 generic-all
102 
103 # Unknown reasons, should be investigated
104 vmTestbase/gc/gctests/MemoryEaterMT/MemoryEaterMT.java 0000000 generic-all
105 
106 # Fails on Windows because of additional memory allocation.
107 
108 gc/g1/TestMixedGCLiveThreshold.java#25percent 8334759 windows-x64
109 
110 ##########
111 ## Tests incompatible with  with virtual test thread factory.
112 ## There is no goal to run all test with virtual test thread factory.
113 ## So any test migth be added as incompatible, the bug is not required.
114 
115 gc/arguments/TestNewSizeThreadIncrease.java 0000000 generic-all
116 gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
117 runtime/ErrorHandling/MachCodeFramesInErrorFile.java 0000000 generic-all
118 runtime/Thread/AsyncExceptionOnMonitorEnter.java 0000000 generic-all
119 runtime/Thread/StopAtExit.java 0000000 generic-all
120 runtime/handshake/HandshakeWalkStackTest.java 0000000 generic-all
121 
122 # java.lang.ClassNotFoundException: jdk.test.lib.process.ProcessTools
123 runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java 0000000 generic-all
124 
125 #  java.lang.ClassNotFoundException: / in ProcessTools.main
126 runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java 0000000 generic-all
127 
128 # too fragile when main thread is a virtual thread
129 runtime/Thread/ThreadCountLimit.java#id0 0000000 generic-all
130 
131 # Invalid code heap sizes
132 compiler/arguments/TestC1Globals.java#id0 0000000 generic-all
133 compiler/arguments/TestC1Globals.java#id1 0000000 generic-all
134 compiler/arguments/TestC1Globals.java#id2 0000000 generic-all
135 
136 # OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
137 compiler/codecache/CodeCacheFullCountTest.java 8332926 generic-all
< prev index next >