diff --git a/openjdk/excludes/ProblemList_openjdk21.txt b/openjdk/excludes/ProblemList_openjdk21.txt
index bff6942337..eddaac267a 100644
--- a/openjdk/excludes/ProblemList_openjdk21.txt
+++ b/openjdk/excludes/ProblemList_openjdk21.txt
@@ -345,13 +345,13 @@ tools/jlink/CheckExecutable.java https://github.com/adoptium/aqa-tests/issues/28
 tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
 tools/jpackage/share/AddLShortcutTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
 tools/jpackage/share/AppContentTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
-
+tools/launcher/JliLaunchTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
 ############################################################################
 
 # jdk_jdi
 
 com/sun/jdi/OnJcmdTest.java https://github.com/adoptium/aqa-tests/issues/2837 windows-x86
-
+com/sun/jdi/ThreadMemoryLeakTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
 ############################################################################
 
 # jdk_util
diff --git a/openjdk/excludes/ProblemList_openjdk22.txt b/openjdk/excludes/ProblemList_openjdk22.txt
index 38c247598c..6f5a97a4cc 100644
--- a/openjdk/excludes/ProblemList_openjdk22.txt
+++ b/openjdk/excludes/ProblemList_openjdk22.txt
@@ -343,13 +343,13 @@ tools/jlink/CheckExecutable.java https://github.com/adoptium/aqa-tests/issues/28
 tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
 tools/jpackage/share/AddLShortcutTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
 tools/jpackage/share/AppContentTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
-
+tools/launcher/JliLaunchTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
 ############################################################################
 
 # jdk_jdi
 
 com/sun/jdi/OnJcmdTest.java https://github.com/adoptium/aqa-tests/issues/2837 windows-x86
-
+com/sun/jdi/ThreadMemoryLeakTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
 ############################################################################
 
 # jdk_util
diff --git a/openjdk/excludes/ProblemList_openjdk23.txt b/openjdk/excludes/ProblemList_openjdk23.txt
index 1f69e7bce2..e8a700b19b 100644
--- a/openjdk/excludes/ProblemList_openjdk23.txt
+++ b/openjdk/excludes/ProblemList_openjdk23.txt
@@ -344,13 +344,13 @@ tools/jlink/CheckExecutable.java https://github.com/adoptium/aqa-tests/issues/28
 tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
 tools/jpackage/share/AddLShortcutTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
 tools/jpackage/share/AppContentTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
-
+tools/launcher/JliLaunchTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
 ############################################################################
 
 # jdk_jdi
 
 com/sun/jdi/OnJcmdTest.java https://github.com/adoptium/aqa-tests/issues/2837 windows-x86
-
+com/sun/jdi/ThreadMemoryLeakTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
 ############################################################################
 
 # jdk_util
diff --git a/perf/renaissance/playlist.xml b/perf/renaissance/playlist.xml
index d0bc5298cf..baddaf0cdf 100644
--- a/perf/renaissance/playlist.xml
+++ b/perf/renaissance/playlist.xml
@@ -334,6 +334,12 @@
 				<impl>hotspot</impl>
 				<platform>riscv64_linux</platform>
 			</disable>
+			<disable>
+				<comment>https://github.com/adoptium/aqa-tests/issues/5010</comment>
+				<impl>hotspot</impl>
+				<platform>ppc64_aix</platform>
+				<version>21+</version>
+			</disable>
 		</disables>
 		<command>$(JAVA_COMMAND) $(ADD_OPENS_CMD) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)renaissance.jar$(Q) --json $(Q)$(REPORTDIR)$(D)philosophers.json$(Q) philosophers; \
 		$(TEST_STATUS)</command>