1 # 2 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 # 5 # This code is free software; you can redistribute it and/or modify it 6 # under the terms of the GNU General Public License version 2 only, as 7 # published by the Free Software Foundation. 8 # 9 # This code is distributed in the hope that it will be useful, but WITHOUT 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 # version 2 for more details (a copy is included in the LICENSE file that 13 # accompanied this code). 14 # 15 # You should have received a copy of the GNU General Public License version 16 # 2 along with this work; if not, write to the Free Software Foundation, 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 # 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 # 23 24 ############################################################################# 25 # 26 # List of quarantined tests -- tests that should not be run by default, because 27 # they may fail due to known reason. The reason (CR#) must be mandatory specified. 28 # 29 # List items are testnames followed by labels, all MUST BE commented 30 # as to why they are here and use a label: 31 # generic-all Problems on all platforms 32 # generic-ARCH Where ARCH is one of: x64, i586, ppc64, ppc64le, s390x etc. 33 # OSNAME-all Where OSNAME is one of: linux, windows, macosx, aix 34 # OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. macosx-x64 35 # OSNAME-REV Specific on to one OSNAME and REV, e.g. macosx-10.7.4 36 # 37 # More than one label is allowed but must be on the same line. 38 # 39 ############################################################################# 40 41 42 ############################################################################# 43 44 # :hotspot_compiler 45 46 compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8225370 generic-all 47 48 compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all 49 50 compiler/runtime/Test8168712.java#with-dtrace 8211771 linux-s390x 51 compiler/runtime/Test8168712.java#without-dtrace 8211771 linux-s390x 52 compiler/runtime/Test7196199.java 8365196 windows-x64 53 54 compiler/c2/Test8004741.java 8235801 generic-all 55 compiler/c2/irTests/TestDuplicateBackedge.java 8318904 generic-all 56 57 compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-all 58 59 compiler/vectorapi/VectorRebracket128Test.java 8330538 generic-all 60 61 compiler/vectorization/TestVectorAlgorithms.java#noSuperWord 8376803 aix-ppc64,linux-s390x 62 compiler/vectorization/TestVectorAlgorithms.java#vanilla 8376803 aix-ppc64,linux-s390x 63 compiler/vectorization/TestVectorAlgorithms.java#noOptimizeFill 8376803 aix-ppc64,linux-s390x 64 65 compiler/floatingpoint/TestSubnormalFloat.java 8317810 generic-i586 66 compiler/floatingpoint/TestSubnormalDouble.java 8317810 generic-i586 67 68 compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all 69 70 compiler/interpreter/Test6833129.java 8335266 generic-i586 71 compiler/intrinsics/TestReturnOopSetForJFRWriteCheckpoint.java 8286300 linux-s390x 72 73 compiler/c2/aarch64/TestStaticCallStub.java 8359963 generic-aarch64 74 75 compiler/unsafe/AlignmentGapAccess.java 8373487 generic-all 76 77 ############################################################################# 78 79 # :hotspot_gc 80 81 gc/epsilon/TestMemoryMXBeans.java 8206434 generic-all 82 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all 83 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all 84 gc/TestAllocHumongousFragment.java#adaptive 8298781 generic-all 85 gc/TestAllocHumongousFragment.java#aggressive 8298781 generic-all 86 gc/TestAllocHumongousFragment.java#g1 8298781 generic-all 87 gc/TestAllocHumongousFragment.java#static 8298781 generic-all 88 gc/shenandoah/oom/TestAllocOutOfMemory.java#large 8344312 linux-ppc64le 89 gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java#generational 8382335 generic-all 90 gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java#default 8382335 generic-all 91 gc/stress/jfr/TestStressBigAllocationGCEventsWithShenandoah.java#generational 8382335 generic-all 92 gc/stress/jfr/TestStressBigAllocationGCEventsWithShenandoah.java#default 8382335 generic-all 93 94 ############################################################################# 95 96 # :hotspot_runtime 97 98 runtime/jni/terminatedThread/TestTerminatedThread.java 8317789 aix-ppc64 99 runtime/Monitor/SyncOnValueBasedClassTest.java 8340995 linux-s390x 100 runtime/os/TestTracePageSizes.java#no-options 8267460 linux-aarch64 101 runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460 linux-aarch64 102 runtime/os/TestTracePageSizes.java#compiler-options 8267460 linux-aarch64 103 runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64 104 runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64 105 runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64 106 runtime/StackGuardPages/TestStackGuardPagesNative.java 8303612 linux-all 107 runtime/ErrorHandling/MachCodeFramesInErrorFile.java 8313315 linux-ppc64le 108 runtime/NMT/VirtualAllocCommitMerge.java 8309698 linux-s390x 109 runtime/Thread/TestAlwaysPreTouchStacks.java 8383372 macosx-aarch64 110 111 applications/ctw/modules/jdk_jfr.java 8286300 linux-s390x 112 applications/jcstress/copy.java 8229852 linux-all 113 114 containers/docker/TestJFREvents.java 8327723 linux-x64 115 containers/docker/TestJcmdWithSideCar.java 8341518 linux-all 116 117 ############################################################################# 118 119 # :hotspot_serviceability 120 121 # 8239062 and 8270326 only affects macosx-x64,macosx-aarch64 122 serviceability/sa/sadebugd/DebugdConnectTest.java 8239062,8270326 generic-all 123 serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all 124 125 serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java 8318090,8318729 generic-all 126 serviceability/jvmti/vthread/GetSetLocalTest/GetSetLocalTest.java 8286836 generic-all 127 serviceability/jvmti/vthread/CarrierThreadEventNotification/CarrierThreadEventNotification.java 8333681 generic-all 128 serviceability/dcmd/gc/RunFinalizationTest.java 8227120 generic-all 129 130 serviceability/sa/ClhsdbCDSCore.java 8318754 macosx-aarch64 131 serviceability/sa/ClhsdbFindPC.java#xcomp-core 8318754 macosx-aarch64 132 serviceability/sa/ClhsdbFindPC.java#no-xcomp-core 8318754 macosx-aarch64 133 serviceability/sa/ClhsdbPmap.java#core 8318754 macosx-aarch64 134 serviceability/sa/ClhsdbPstack.java#core 8318754 macosx-aarch64 135 serviceability/sa/TestJmapCore.java 8318754 macosx-aarch64 136 serviceability/sa/TestJmapCoreMetaspace.java 8318754 macosx-aarch64 137 138 serviceability/sa/ClhsdbThreadContext.java 8356704 windows-x64 139 140 serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java 8315980 linux-all,windows-x64 141 142 ############################################################################# 143 144 # :hotspot_misc 145 146 ############################################################################# 147 148 149 ############################################################################# 150 151 # :vmTestbase_* 152 153 ############################################################################# 154 155 vmTestbase/gc/gctests/FinalizeTest04/FinalizeTest04.java 8284234 generic-all 156 vmTestbase/gc/gctests/PhantomReference/phantom001/phantom001.java 8284234 generic-all 157 158 vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java 8208250 generic-all 159 vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java 8208250 generic-all 160 vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java 8208250 generic-all 161 vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8208250 generic-all 162 163 vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java 8073470 linux-all 164 vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/TestDescription.java 8372206 generic-all 165 vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/TestDescription.java 8288911 macosx-all 166 167 vmTestbase/jit/escape/LockCoarsening/LockCoarsening001.java 8148743 generic-all 168 vmTestbase/jit/escape/LockCoarsening/LockCoarsening002.java 8208259 generic-all 169 170 vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all 171 vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8257761 generic-all 172 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java 8013267 generic-all 173 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java 8013267 generic-all 174 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java 8013267 generic-all 175 vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 8324756 generic-all 176 177 vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java 7199837 generic-all 178 179 vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java 8076494 windows-x64 180 181 vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/TestDescription.java 8310144 macosx-aarch64 182 183 ############################################################################# 184 185 # Preview project specific failures go here at the end of the file. 186 # 187 # These are NOT failures that occur with the '--enable-preview' option 188 # specified in the task definition; those go in the appropriate 189 # ProblemList-enable-preview.txt file. 190 # 191 # These are failures that occur WITHOUT the '--enable-preview' option 192 # specified in the task definition OR the '--enable-preview' option 193 # MAY BE specified in the test itself. In either case, the failure 194 # occurs because of some issue with preview project code, in either 195 # implementation or test code. 196 197 ############################################################################# --- EOF ---