jdk-24/test/hotspot/jtreg/runtime
Thomas Stuefe 90e092280f 8293313: NMT: Rework MallocLimit
8293292: Remove MallocMaxTestWords

Reviewed-by: jsjolen, gziemski, lucy, mbaesken
2023-02-16 16:14:05 +00:00
..
6294277 8253372: [TESTBUG] update tests which require jvmti - hotspot 2020-09-23 21:11:31 +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 8247741: Test test/hotspot/jtreg/runtime/7162488/TestUnrecognizedVmOption.java fails when -XX:+IgnoreUnrecognizedVMOptions is set 2020-07-01 18:42:13 +00:00
7167069 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +00:00
8007320 8164819: Make javac's toString() on annotation objects consistent with core reflection 2019-06-13 11:50:45 -07:00
8010389 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
8024804 8232613: Move Object.registerNatives into HotSpot 2019-10-24 09:57:29 +02:00
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 8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134 2021-12-14 22:50:21 +00:00
cds 8296344: Remove dependency on G1 for writing the CDS archive heap 2023-02-15 05:12:39 +00:00
CDSCompressedKPtrs 8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags 2021-08-04 19:49:47 +00:00
CheckUnhandledOops 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
ClassFile 8293313: NMT: Rework MallocLimit 2023-02-16 16:14:05 +00:00
classFileParserBug Merge 2022-06-27 18:25:53 +00:00
ClassInitErrors 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
ClassResolutionFail 8289164: Convert ResolutionErrorTable to use ResourceHashtable 2022-07-07 14:57:24 +00:00
ClassUnload 8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false" 2023-01-04 03:28:31 +00:00
clinit 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter 2019-07-24 10:50:40 +03:00
clone
CommandLine 8293313: NMT: Rework MallocLimit 2023-02-16 16:14:05 +00:00
CompactStrings 8242921: test/hotspot/jtreg/runtime/CompactStrings/TestMethodNames.java uses nashorn script engine 2020-04-28 14:13:44 +00:00
CompressedOops 8294677: chunklevel::MAX_CHUNK_WORD_SIZE too small for some applications 2023-01-24 06:35:26 +00:00
condy 8271826: mark hotspot runtime/condy tests which ignore external VM flags 2021-08-04 01:49:11 +00:00
ConstantPool
contended 8243945: use driver mode in runtime tests 2020-04-29 19:51:45 -07:00
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 8302262: Remove -XX:SuppressErrorAt develop option 2023-02-15 00:44:02 +00:00
exceptionMsgs 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
execstack 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
FieldLayout 8241500: FieldLayout/OldLayoutCheck.java fails in 32-bit VMs 2020-03-25 07:58:17 +01:00
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
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 8300139: [AIX] Use pthreads to avoid JNI_createVM call from primordial thread 2023-02-13 11:12:36 +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 8298065: Provide more information in message of NoSuchFieldError 2023-01-11 19:13:26 +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 8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN 2019-08-23 03:06:24 -07:00
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 8239461: Use jcod rather than jar files in runtime tests 2020-02-20 07:25:14 -05:00
logging 8294759: Print actual lock/monitor ranking 2022-10-06 07:57:54 +00:00
MemberName 8275662: remove test/lib/sun/hotspot 2022-07-11 13:07:03 +00:00
memory 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
Metaspace 8302625: Bad copyright line after JDK-8302385 2023-02-16 07:31:55 +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 8298081: DiagnoseSyncOnValueBasedClasses doesn't report useful information for virtual threads 2022-12-16 01:08:30 +00:00
Nestmates 8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded" 2022-07-11 15:34:17 +00:00
NMT 8293313: NMT: Rework MallocLimit 2023-02-16 16:14:05 +00:00
os 8273928: Use named run ids when problem listing tests 2021-09-21 07:42:36 +00:00
ParallelLoad 8295673: Deprecate and disable legacy parallel class loading workaround for non-parallel-capable class loaders 2022-11-07 23:31:21 +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 8260522: Clean up warnings in hotspot JTReg runtime tests 2021-02-01 16:46:17 +00:00
ReservedStack 8276799: Implementation of JEP 422: Linux/RISC-V Port 2022-03-24 09:22:46 +00:00
Safepoint 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
SameObject 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
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 8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests 2020-04-29 08:52:18 +02:00
signal 8257467: [TESTBUG] -Wdeprecated-declarations is reported at sigset() in exesigtest.c 2020-12-02 09:06:02 +00:00
StackGap 8179317: [TESTBUG] rewrite runtime shell tests in java 2020-02-05 07:31:13 -08:00
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 8239787: AArch64: String.indexOf may incorrectly handle empty strings 2020-03-03 13:06:50 +03:00
stringtable 8275662: remove test/lib/sun/hotspot 2022-07-11 13:07:03 +00:00
symboltable 8268597: mark hotspot runtime/symboltable tests which ignore external VM flags 2021-06-18 09:58:34 +00:00
Thread 8299635: Hotspot update for deprecated sprintf in Xcode 14 2023-01-25 15:42:53 +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 8286277: CDS VerifyError when calling clone() on object array 2022-05-23 16:23:12 +00:00
VerifierMessages 8239461: Use jcod rather than jar files in runtime tests 2020-02-20 07:25:14 -05:00
VtableTests 8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*) 2019-07-11 09:26:04 -04:00
vthread 8287496: Alternative virtual thread implementation that maps to OS thread 2022-06-02 09:02:37 +00:00
whitebox 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
XCheckJniJsig 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
NonWriteableProperty.java 8243936: NonWriteable system properties are actually writeable 2020-05-28 02:58:56 -04:00