Skip to content

Commit

Permalink
Remove leading chars not present in original test
Browse files Browse the repository at this point in the history
  • Loading branch information
backwaterred committed Mar 7, 2022
1 parent ed410f6 commit 0455aff
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.shouldNotMatch("@ 3 java\\.lang\\.invoke\\..+::linkToTargetMethod \\(9 bytes\\) not inlineable");
analyzer.shouldNotMatch("java\\.lang\\.invoke\\..+::linkToTargetMethod \\(9 bytes\\) not inlineable");

analyzer.shouldMatch("@ 3 java\\.lang\\.invoke\\..+::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

0 comments on commit 0455aff

Please sign in to comment.