8266491: Remove resolve and obj_equals leftovers from BarrierSetAssembler

Reviewed-by: tschatzl
This commit is contained in:
Roman Kennke 2021-05-05 10:42:21 +00:00
parent a8046c9157
commit 65ce4d2056
25 changed files with 7 additions and 168 deletions

View file

@ -4306,8 +4306,6 @@ void TemplateTable::monitorenter() {
// check for NULL object
__ null_check(rax);
__ resolve(IS_NOT_NULL, rax);
const Address monitor_block_top(
rbp, frame::interpreter_frame_monitor_block_top_offset * wordSize);
const Address monitor_block_bot(
@ -4405,8 +4403,6 @@ void TemplateTable::monitorexit() {
// check for NULL object
__ null_check(rax);
__ resolve(IS_NOT_NULL, rax);
const Address monitor_block_top(
rbp, frame::interpreter_frame_monitor_block_top_offset * wordSize);
const Address monitor_block_bot(