Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8282509: [exploded image] ResolvedClassTest fails with similar output
Backport-of: 7c8ea9f05b35069e2b5b43e1a0e46f7dbe374e4c
  • Loading branch information
TheRealMDoerr committed Mar 11, 2022
1 parent 863631f commit 6dcf10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/inlining/ResolvedClassTest.java
Expand Up @@ -125,9 +125,9 @@ static void testIndy() throws IOException {

analyzer.shouldHaveExitValue(0);

analyzer.shouldNotContain("java.lang.invoke.Invokers$Holder::linkToTargetMethod (9 bytes) not inlineable");
analyzer.shouldNotMatch("java\\.lang\\.invoke\\..+::linkToTargetMethod \\(9 bytes\\) not inlineable");

analyzer.shouldContain("java.lang.invoke.Invokers$Holder::linkToTargetMethod (9 bytes) force inline by annotation");
analyzer.shouldMatch("java\\.lang\\.invoke\\..+::linkToTargetMethod \\(9 bytes\\) force inline by annotation");
analyzer.shouldContain("java/lang/invoke/MethodHandle::invokeBasic (not loaded) not inlineable");
}

Expand Down

1 comment on commit 6dcf10b

@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.