mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8144529: [JVMCI] compiler/jvmci/errors/TestInvalidCompilationResult.java fails to compile after JDK-8143730
Reviewed-by: kvn
This commit is contained in:
parent
b0e745f5fe
commit
a676faba28
3 changed files with 2 additions and 9 deletions
|
@ -68,6 +68,7 @@ public class CodeInstallerTest {
|
|||
}
|
||||
|
||||
protected void installCode(CompilationResult result) {
|
||||
result.close();
|
||||
codeCache.addCode(dummyMethod, result, null, null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue