1 # 2 # Copyright (c) 2022, 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 # Bugs 26 27 runtime/jni/critical/SuspendInCritical.java 8384369 generic-all 28 serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java 8308026 generic-all 29 serviceability/jvmti/Heap/IterateHeapWithEscapeAnalysisEnabled.java 8264699 generic-all 30 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TestDescription.java 8308367 generic-all 31 32 vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/TestDescription.java 8387429 generic-all 33 vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/TestDescription.java 8299217 generic-all 34 vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java 8327967 generic-all 35 36 37 #### 38 ## Classes not unloaded as expected (TODO, need to check if FJ keeps a reference) 39 40 vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/TestDescription.java 8300711 generic-all 41 42 43 #### 44 ## Test fails because it expects to find vthreads in GetAllThreads 45 vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java 8300712 generic-all 46 47 ########## 48 ## NSK JDB Tests failing with wrapper 49 50 #### 51 ## The tests expect an NPE to be uncaught, but nsk.share.MainWrapper 52 ## introduces exception handlers. 53 54 vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/uncaught_exception002.java 8278470 generic-all 55 vmTestbase/nsk/jdb/where/where005/where005.java 8278470 generic-all 56 57 ### 58 # Test expects that the "up" command should print "End of stack" because there are 59 # normally no frames above the test's main method. However, nsk.share.MainWrapper 60 # introduces more frames above the test's main method, so the test fails. 61 62 vmTestbase/nsk/jdb/list/list003/list003.java 8300707 generic-all 63 vmTestbase/nsk/jdb/repeat/repeat001/repeat001.java 8300707 generic-all 64 65 #### 66 ## NSK JDI tests failing with wrapper 67 68 #### 69 ## The test expects an NPE to be uncaught, but nsk.share.MainWrapper 70 ## introduces exception handlers. 71 72 vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java 8278470 generic-all 73 74 ### 75 # This test times out on Windows and Linux. This is due to the test forcing OOME in 76 # the debuggee, which can lead to I/O poller threads exiting. Because 77 # of this no vthreads can complete their reads, and the test times out as a result. 78 79 vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8347137 generic-all 80 81 ### 82 # Fails because resume of a virtual thread is not enough to allow the virtual thread 83 # to make progress when all other threads are currently suspended. 84 vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 8338713 generic-all 85 86 ############################################################################# 87 88 # Preview project specific failures go here at the end of the file. 89 # 90 # These are NOT failures that occur with the '--enable-preview' option 91 # specified in the task definition; those go in the appropriate 92 # ProblemList-enable-preview.txt file. 93 # 94 # These are failures that occur WITHOUT the '--enable-preview' option 95 # specified in the task definition OR the '--enable-preview' option 96 # MAY BE specified in the test itself. In either case, the failure 97 # occurs because of some issue with preview project code, in either 98 # implementation or test code. 99 100 ############################################################################# 101 102 # Valhalla failures start here: --- EOF ---