< prev index next > test/hotspot/jtreg/runtime/cds/appcds/StaticArchiveWithLambda.java
Print this page
.setArchiveName(archiveName)
.setUseVersion(false)
.addSuffix(appClass);
OutputAnalyzer output = CDSTestUtils.runWithArchive(runOpts);
output.shouldContain("LambHello source: shared objects file")
- .shouldMatch("class.load.*LambHello[$][$]Lambda.*0x.*source:.shared.objects.file")
+ // FIXME:leyden-premain : we disabled archived Lambda proxy classes due to JDK-8307468
+ // .shouldMatch("class.load.*LambHello[$][$]Lambda.*0x.*source:.shared.objects.file")
.shouldHaveExitValue(0);
}
}
< prev index next >