8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'

Reviewed-by: twisti
This commit is contained in:
Roland Schatz 2016-02-08 18:52:03 +01:00
parent 663e1a5c6d
commit 7cf2c51fa7
5 changed files with 42 additions and 2 deletions

View file

@ -92,6 +92,7 @@ public class CodeInstallationTest {
asm.emitPrologue();
compiler.compile(asm);
asm.emitEpilogue();
HotSpotCompiledCode code = asm.finish(resolvedMethod);
InstalledCode installed = codeCache.addCode(resolvedMethod, code, null, null);