A couple of hprof demos fail because of lambdas (see JDK-8079273). Since we are soon removing hprof, there is no use updating the code or tests, so instead I want to exclude the tests.
bug: https://bugs.openjdk.java.net/browse/JDK-8079559 <https://bugs.openjdk.java.net/browse/JDK-8079559> Thanks, /Staffan diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -385,4 +385,10 @@ # 8064572 8060736 8062938 sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all +# 8079273 +demo/jvmti/hprof/CpuOldTest.java generic-all +demo/jvmti/hprof/CpuTimesTest.java generic-all +demo/jvmti/hprof/OptionsTest.java generic-all +demo/jvmti/hprof/StackMapTableTest.java generic-all + ############################################################################