< prev index next >

test/hotspot/jtreg/ProblemList-Virtual.txt

Print this page
*** 88,16 ***
--- 88,52 ---
  # the debuggee, which can lead to I/O poller threads exiting. Because
  # of this no vthreads can complete their reads, and the test times out as a result.
  
  vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8285417 generic-all
  
+ ###
+ # Uses GetObjectMonitorUsage to get the list of threads waiting to enter the monitor but we only
+ # support getting the waiting platform threads, not unmounted vthreads.
+ 
+ vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002/TestDescription.java 0000000 generic-all
+ 
+ ###
+ # The test first suspends a vthread and all the carriers and then it resumes the vthread expecting it
+ # to run to completion. In mainline it only works because the suspension step happens while the vthread is
+ # pinned to the carrier blocked on synchronized. So the carrier only actually suspends on the next unmount
+ # transition which in this test happens once the vthread has finished executing the expected code.
+ 
+ vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 0000000 generic-all
+ 
+ ###
+ # The test sends a StopThread to a vthread expecting that is currently pinned to the carrier blocked on
+ # synchronized. Since the vthread is now unmounted StopThread returns JVMTI_ERROR_OPAQUE_FRAME error.
+ 
+ vmTestbase/nsk/jdb/kill/kill001/kill001.java 0000000 generic-all
+ 
+ # Unknown reasons, should be investigated
+ vmTestbase/gc/gctests/MemoryEaterMT/MemoryEaterMT.java 0000000 generic-all
+ 
+ 
  ##########
  ## Tests incompatible with  with virtual test thread factory.
  ## There is no goal to run all test with virtual test thread factory.
  ## So any test migth be added as incompatible, the bug is not required.
  
  gc/arguments/TestNewSizeThreadIncrease.java 0000000 generic-all
  gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
+ runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java 0000000 generic-all
+ runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java 0000000 generic-all
+ gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
  runtime/ErrorHandling/MachCodeFramesInErrorFile.java 0000000 generic-all
  runtime/Thread/AsyncExceptionOnMonitorEnter.java 0000000 generic-all
  runtime/Thread/StopAtExit.java 0000000 generic-all
  runtime/handshake/HandshakeWalkStackTest.java 0000000 generic-all
+ 
+ # too fragile when main thread is a virtual thread
+ runtime/Thread/ThreadCountLimit.java#id0 0000000 generic-all
+ 
+ compiler/interpreter/TestVerifyStackAfterDeopt.java 8316392 macosx-aarch64
+ 
+ compiler/arguments/TestC1Globals.java#id0 8320302 generic-all
+ compiler/arguments/TestC1Globals.java#id1 8320302 generic-all
+ compiler/arguments/TestC1Globals.java#id2 8320302 generic-all
< prev index next >