jdk-24/test/hotspot/jtreg/runtime
2023-08-10 20:02:27 +00:00
..
6294277 8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6 2023-07-21 12:58:20 +00:00
6626217 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
6819213
6981737
7100935
7158988 8253372: [TESTBUG] update tests which require jvmti - hotspot 2020-09-23 21:11:31 +00:00
7160757
7162488
7167069 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +00:00
8007320
8010389
8024804
8176717 8283222: improve diagnosability of runtime/8176717/TestInheritFD.java timeouts 2022-03-23 19:18:57 +00:00
AccModule
Annotations
BadObjectClass 8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded" 2022-07-11 15:34:17 +00:00
BoolReturn
BootClassAppendProp 8225093: Special property jdk.boot.class.path.append should not default to empty string 2022-01-11 13:43:13 +00:00
BootstrapMethod 8309334: ProcessTools.main() does not properly set thread names when using the virtual thread wrapper 2023-06-04 18:18:11 +00:00
cds 8304292: Memory leak related to ClassLoader::update_class_path_entry_list 2023-08-10 20:02:27 +00:00
CDSCompressedKPtrs 8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags 2021-08-04 19:49:47 +00:00
CheckUnhandledOops
ClassFile 8293313: NMT: Rework MallocLimit 2023-02-16 16:14:05 +00:00
classFileParserBug Merge 2022-06-27 18:25:53 +00:00
ClassInitErrors 8310489: New test runtime/ClassInitErrors/TestStackOverflowDuringInit.java failed 2023-06-27 00:13:42 +00:00
ClassResolutionFail 8289164: Convert ResolutionErrorTable to use ResourceHashtable 2022-07-07 14:57:24 +00:00
ClassUnload 8297936: Use reachabilityFence to manage liveness in ClassUnload tests 2023-03-03 16:44:27 +00:00
clinit
clone
CommandLine 8313752: InstanceKlassFlags::print_on doesn't print the flag names 2023-08-09 06:16:18 +00:00
CompactStrings
CompressedOops 8262895: [macos_aarch64] runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr 2023-02-27 15:53:33 +00:00
condy 8271826: mark hotspot runtime/condy tests which ignore external VM flags 2021-08-04 01:49:11 +00:00
ConstantPool 8310297: assert(static_cast<T1>(result) == thing) with ctw 2023-06-21 11:45:37 +00:00
contended
CreateMirror
DefineClass 8296007: crash in runtime/DefineClass/NullClassBytesTest.java 2022-11-01 00:46:24 +00:00
Dictionary 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
duplAttributes 8271094: runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code 2021-07-22 17:14:30 +00:00
ElfDecoder 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
EnclosingMethodAttr 8271224: runtime/EnclosingMethodAttr/EnclMethodAttr.java doesn't check exit code 2021-08-04 02:22:07 +00:00
ErrorHandling 8312014: [s390x] TestSigInfoInHsErrFile.java Failure 2023-07-19 18:49:24 +00:00
exceptionMsgs 8312401: SymbolTable::do_add_if_needed hangs when called in InstanceKlass::add_initialization_error path with requesting length exceeds max_symbol_length 2023-07-25 16:37:51 +00:00
execstack 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
FieldLayout
Final
finalStatic
GenerateOopMap 8291459: JVM crash with GenerateOopMap::error_work(char const*, __va_list_tag*) 2022-08-08 12:19:15 +00:00
getSysPackage 8271744: mark hotspot runtime/getSysPackage tests which ignore external VM flags 2021-08-04 04:53:20 +00:00
handlerInTry
handshake 8294406: Test runtime/handshake/HandshakeDirectTest.java failed: JVMTI_ERROR_WRONG_PHASE 2022-10-04 12:57:55 +00:00
HiddenClasses 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
InnerClassesAttr
InternalApi 8264649: runtime/InternalApi/ThreadCpuTimesDeadlock.java crash in fastdebug C2 with -XX:-UseTLAB 2021-04-10 00:03:57 +00:00
interned 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
interpreter 8301996: Move field resolution information out of the cpCache 2023-07-31 18:41:38 +00:00
InvocationTests 8295294: Misc cleanups in runtime/InvocationTests 2022-10-14 17:46:11 +00:00
invokedynamic 8256318: AArch64: Add support for floating-point absolute difference 2020-11-18 10:14:20 +00:00
jcmd 8263640: hs_err improvement: handle class path longer than O_BUFLEN 2021-06-29 17:57:15 +00:00
jni 8313874: JNI NewWeakGlobalRef throws exception for null arg 2023-08-10 08:51:50 +00:00
jsig 8269037: jsig/Testjsig.java doesn't have to be restricted to linux only 2021-08-04 02:19:01 +00:00
JVMDoPrivileged
lambda-features
linkResolver 8305082: Remove finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java 2023-05-10 12:20:00 +00:00
LoadClass 8292680: Convert Dictionary to ConcurrentHashTable 2022-08-25 19:02:52 +00:00
LoaderConstraints 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
LoadLibrary
LocalLong 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
Locals 8265756: AArch64: initialize memory allocated for locals according to Windows AArch64 stack page growth requirement in template interpreter 2021-04-27 11:17:28 +00:00
LocalVariableTable 8311581: Remove obsolete code and comments in TestLVT.java 2023-07-07 01:43:44 +00:00
logging 8312049: runtime/logging/ClassLoadUnloadTest can be improved 2023-07-14 08:49:05 +00:00
MemberName 8275662: remove test/lib/sun/hotspot 2022-07-11 13:07:03 +00:00
memory 8312492: Remove THP sanity checks at VM startup 2023-07-31 16:51:29 +00:00
Metaspace 8307103: Two TestMetaspaceAllocationMT tests fail after JDK-8306696 2023-04-28 12:27:16 +00:00
MinimalVM 8271821: mark hotspot runtime/MinimalVM tests which ignore external VM flags 2021-08-04 05:16:22 +00:00
MirrorFrame
modules 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
Monitor 8306825: Monitor deflation might be accidentally disabled by zero intervals 2023-05-01 07:56:07 +00:00
Nestmates 8305104: Remove the old core reflection implementation 2023-06-13 19:41:38 +00:00
NMT 8310873: Re-enable locked_create_entry symbol check in runtime/NMT/CheckForProperDetailStackTrace.java for RISC-V 2023-06-27 01:49:58 +00:00
os 8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation 2023-08-07 10:45:14 +00:00
ParallelLoad 8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders 2023-03-17 18:56:05 +00:00
PerfMemDestroy 8271893: mark hotspot runtime/PerfMemDestroy/PerfMemDestroy.java test as ignoring external VM flags 2021-08-04 19:50:36 +00:00
posixSig 8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers 2022-08-19 12:19:35 +00:00
PrintStringTableStats 8271892: mark hotspot runtime/PrintStringTableStats/PrintStringTableStatsTest.java test as ignoring external VM flags 2021-08-10 02:12:38 +00:00
records 8268601: mark hotspot runtime/records tests which ignore external VM flags 2021-06-18 09:57:44 +00:00
reflect 8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out 2023-05-20 16:40:05 +00:00
ReservedStack 8276799: Implementation of JEP 422: Linux/RISC-V Port 2022-03-24 09:22:46 +00:00
Safepoint 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout 2023-05-11 18:21:30 +00:00
SameObject
sealedClasses 8268599: mark hotspot runtime/sealedClasses tests which ignore external VM flags 2021-06-18 10:01:58 +00:00
SelectionResolution 8276825: hotspot/runtime/SelectionResolution test errors 2021-11-10 13:11:16 +00:00
Shutdown
signal 8313670: Simplify shared lib name handling code in some tests 2023-08-10 07:23:24 +00:00
StackGap
StackGuardPages 8295344: Harden runtime/StackGuardPages/TestStackGuardPages.java 2023-02-14 13:11:44 +00:00
stackMapCheck
StackTrace 8271162: runtime/StackTrace/LargeClassTest.java can be run in driver mode 2021-07-22 23:54:28 +00:00
strictfp 8266530: HotSpot changes for JEP 306 2021-06-01 22:00:48 +00:00
StringIntrinsic
stringtable 8307058: Implementation of Generational ZGC 2023-05-11 13:59:37 +00:00
symboltable 8268597: mark hotspot runtime/symboltable tests which ignore external VM flags 2021-06-18 09:58:34 +00:00
Thread 8311261: [AIX] TestAlwaysPreTouchStacks.java fails due to java.lang.RuntimeException: Did not find expected NMT output 2023-07-24 15:35:22 +00:00
Throwable 8271829: mark hotspot runtime/Throwable tests which ignore external VM flags 2021-08-04 01:59:33 +00:00
TLS 8247589: Implementation of Alpine Linux/x64 Port 2020-10-13 09:35:58 +00:00
TransitiveOverrideCFV50
Unsafe 8293313: NMT: Rework MallocLimit 2023-02-16 16:14:05 +00:00
verifier 8311583: tableswitch broken by JDK-8310577 2023-07-13 13:20:52 +00:00
VerifierMessages
VtableTests
vthread 8304919: Implementation of Virtual Threads 2023-04-11 05:49:54 +00:00
whitebox 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
XCheckJniJsig
NonWriteableProperty.java