From a258fc443f6a119a122814f6c69e489ed0513856 Mon Sep 17 00:00:00 2001 From: Roman Marchenko Date: Wed, 6 Sep 2023 07:19:53 +0000 Subject: [PATCH] 8315648: Add test for JDK-8309979 changes Reviewed-by: cjplummer --- test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java b/test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java index 6621e19e03c24..e2d7073552e24 100644 --- a/test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java +++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java @@ -92,6 +92,7 @@ public static void main(String[] args) throws Exception { // 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;