Commit a8a83ba duke
committed Mar 10, 2022
File tree 1 file changed +2
-2
lines changed
test/hotspot/jtreg/compiler/inlining
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ static void testIndy() throws IOException {
125
125
126
126
analyzer .shouldHaveExitValue (0 );
127
127
128
- analyzer .shouldNotContain ("java.lang.invoke.Invokers$Holder ::linkToTargetMethod (9 bytes) not inlineable" );
128
+ analyzer .shouldNotMatch ("java\\ .lang\\ .invoke\\ ..+ ::linkToTargetMethod \\ (9 bytes\\ ) not inlineable" );
129
129
130
- analyzer .shouldContain ("java.lang.invoke.Invokers$Holder ::linkToTargetMethod (9 bytes) force inline by annotation" );
130
+ analyzer .shouldMatch ("java\\ .lang\\ .invoke\\ ..+ ::linkToTargetMethod \\ (9 bytes\\ ) force inline by annotation" );
131
131
analyzer .shouldContain ("java/lang/invoke/MethodHandle::invokeBasic (not loaded) not inlineable" );
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments