Skip to content

Commit

Permalink
8315648: Add test for JDK-8309979 changes
Browse files Browse the repository at this point in the history
Reviewed-by: cjplummer
  • Loading branch information
Roman Marchenko authored and Yuri Nesterenko committed Sep 6, 2023
1 parent 5d3fdc1 commit a258fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit a258fc4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.