mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame
Reviewed-by: coleenp, gromero
This commit is contained in:
parent
31d261dda2
commit
460b4197c4
4 changed files with 43 additions and 91 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2018 SAP SE. All rights reserved.
|
||||
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2019 SAP SE. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -2175,7 +2175,7 @@ void InterpreterMacroAssembler::pop_interpreter_frame(Register return_pc, Regist
|
|||
Register R_f1_sender_sp = tmp1;
|
||||
Register R_f2_sp = tmp2;
|
||||
|
||||
// Tirst check the for the interpreter frame's magic.
|
||||
// First check for the interpreter frame's magic.
|
||||
asm_assert_ijava_state_magic(R_f2_sp/*tmp*/);
|
||||
z_lg(R_f2_sp, _z_parent_ijava_frame_abi(callers_sp), Z_fp);
|
||||
z_lg(R_f1_sender_sp, _z_ijava_state_neg(sender_sp), Z_fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue