Skip to content

Commit 37f395e

Browse files
committed
templateInterpreterGenerator
1 parent 69703ae commit 37f395e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/hotspot/cpu/s390/templateInterpreterGenerator_s390.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,8 +1553,6 @@ address TemplateInterpreterGenerator::generate_native_entry(bool synchronized) {
15531553
// resume_pc if, and only if the call was preempted. This works because only
15541554
// j.l.Object::wait calls are preempted which don't return a result.
15551555

1556-
// TODO: are we sure this is Z_fp and not Z_SP
1557-
// TODO: are we sure this will survive till here ?
15581556
__ z_stg(Rresult_handler, _z_ijava_state_neg(lresult), Z_fp);
15591557
}
15601558
__ push_cont_fastpath();

0 commit comments

Comments
 (0)