< prev index next >

test/hotspot/jtreg/ProblemList-Virtual.txt

Print this page
*** 85,10 ***
--- 85,26 ---
  # 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
  
  ###
+ # 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
+ 
  # Fails on Windows because of additional memory allocation.
  
  gc/g1/TestMixedGCLiveThreshold.java#25percent 8334759 windows-x64
  
  ##########

*** 96,9 ***
--- 112,27 ---
  ## 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
+ 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
+ 
+ # java.lang.ClassNotFoundException: jdk.test.lib.process.ProcessTools
+ runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java 0000000 generic-all
+ 
+ #  java.lang.ClassNotFoundException: / in ProcessTools.main
+ runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java 0000000 generic-all
+ 
+ # too fragile when main thread is a virtual thread
+ runtime/Thread/ThreadCountLimit.java#id0 0000000 generic-all
+ 
+ # Invalid code heap sizes
+ compiler/arguments/TestC1Globals.java#id0 0000000 generic-all
+ compiler/arguments/TestC1Globals.java#id1 0000000 generic-all
+ compiler/arguments/TestC1Globals.java#id2 0000000 generic-all
+ 
+ # OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
+ compiler/codecache/CodeCacheFullCountTest.java 8332926 generic-all
< prev index next >