8282509: [exploded image] ResolvedClassTest fails with similar output

Reviewed-by: mdoerr, dlong
This commit is contained in:
Tyler Steele 2022-03-10 15:09:19 +00:00 committed by Martin Doerr
parent 9c88c5bb63
commit 7c8ea9f05b

View File

@ -125,9 +125,9 @@ public class ResolvedClassTest {
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");
}