mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
Reviewed-by: twisti
This commit is contained in:
parent
663e1a5c6d
commit
7cf2c51fa7
5 changed files with 42 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue