< prev index next >

test/hotspot/jtreg/ProblemList.txt

Print this page
rev 48466 : [mq]: 8194824-add-testgclockerwithparallel-to-problemlist
rev 48467 : 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
Summary: During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME.
Reviewed-by:
Contributed-by: thomas.schatzl@oracle.com, axel.siebenborn@sap.com


  54 compiler/c2/Test8007294.java 8192992 generic-all
  55 
  56 # aot test intermittently failing in jprt 8175791
  57 compiler/aot/DeoptimizationTest.java 8175791 windows-all
  58 
  59 applications/ctw/modules/java_desktop.java 8189604 windows-all
  60 applications/ctw/modules/jdk_jconsole.java 8189604 windows-all
  61 
  62 #############################################################################
  63 
  64 # :hotspot_gc
  65 
  66 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
  67 gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
  68 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
  69 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
  70 gc/g1/TestVerifyGCType.java 8193067 generic-all
  71 gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all
  72 gc/stress/gclocker/TestGCLockerWithG1.java 8179226 generic-all
  73 gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all

  74 
  75 #############################################################################
  76 
  77 # :hotspot_runtime
  78 
  79 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
  80 # This test is disabled since it will stress NMT and timeout during normal testing
  81 runtime/NMT/MallocStressTest.java 8166548 generic-all
  82 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
  83 
  84 #############################################################################
  85 
  86 # :hotspot_serviceability
  87 
  88 serviceability/jdwp/AllModulesCommandTest.java 8170541 generic-all
  89 serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
  90 serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java 8173936 generic-all
  91 serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all
  92 #############################################################################
  93 


  54 compiler/c2/Test8007294.java 8192992 generic-all
  55 
  56 # aot test intermittently failing in jprt 8175791
  57 compiler/aot/DeoptimizationTest.java 8175791 windows-all
  58 
  59 applications/ctw/modules/java_desktop.java 8189604 windows-all
  60 applications/ctw/modules/jdk_jconsole.java 8189604 windows-all
  61 
  62 #############################################################################
  63 
  64 # :hotspot_gc
  65 
  66 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
  67 gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
  68 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
  69 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
  70 gc/g1/TestVerifyGCType.java 8193067 generic-all
  71 gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all
  72 gc/stress/gclocker/TestGCLockerWithG1.java 8179226 generic-all
  73 gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all
  74 gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all
  75 
  76 #############################################################################
  77 
  78 # :hotspot_runtime
  79 
  80 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
  81 # This test is disabled since it will stress NMT and timeout during normal testing
  82 runtime/NMT/MallocStressTest.java 8166548 generic-all
  83 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
  84 
  85 #############################################################################
  86 
  87 # :hotspot_serviceability
  88 
  89 serviceability/jdwp/AllModulesCommandTest.java 8170541 generic-all
  90 serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
  91 serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java 8173936 generic-all
  92 serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all
  93 #############################################################################
  94 
< prev index next >