8144529: [JVMCI] compiler/jvmci/errors/TestInvalidCompilationResult.java fails to compile after JDK-8143730

Reviewed-by: kvn
This commit is contained in:
Christian Thalinger 2015-12-02 14:59:57 -10:00
parent b0e745f5fe
commit a676faba28
3 changed files with 2 additions and 9 deletions

View file

@ -68,6 +68,7 @@ public class CodeInstallerTest {
}
protected void installCode(CompilationResult result) {
result.close();
codeCache.addCode(dummyMethod, result, null, null);
}