8315648: Add test for JDK-8309979 changes

Reviewed-by: cjplummer
This commit is contained in:
Roman Marchenko 2023-09-06 07:19:53 +00:00 committed by Yuri Nesterenko
parent 5d3fdc1750
commit a258fc443f

View File

@ -92,6 +92,7 @@ public class ClhsdbDumpclass {
// containing only methods with sequential control flows.
// But the class used here (LingeredApp) is not such a case.
out.shouldContain("StackMapTable:");
out.shouldContain("BootstrapMethods:");
out.shouldNotContain("Error:");
} catch (SkippedException se) {
throw se;