From 08f8d373f0e21c381a580b746c8422dc663ec747 Mon Sep 17 00:00:00 2001 From: Alejandro Murillo Date: Tue, 10 Sep 2013 05:46:37 -0700 Subject: [PATCH] 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49 Reviewed-by: alanb, chegar --- jdk/test/ProblemList.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jdk/test/ProblemList.txt b/jdk/test/ProblemList.txt index 1f594fe3d3b..92340c6a19a 100644 --- a/jdk/test/ProblemList.txt +++ b/jdk/test/ProblemList.txt @@ -166,6 +166,13 @@ demo/jvmti/hprof/MonitorTest.java generic-all # 8021186 jdk/lambda/vm/DefaultMethodsTest.java generic-all +# 8024423 - JVMTI: GetLoadedClasses doesn't enumerate anonymous classes +demo/jvmti/hprof/HeapAllTest.java generic-all +demo/jvmti/hprof/HeapBinaryFormatTest.java generic-all +demo/jvmti/hprof/HeapDumpTest.java generic-all +demo/jvmti/hprof/OptionsTest.java generic-all +demo/jvmti/hprof/StackMapTableTest.java generic-all + ############################################################################ # jdk_net