mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8266491: Remove resolve and obj_equals leftovers from BarrierSetAssembler
Reviewed-by: tschatzl
This commit is contained in:
parent
a8046c9157
commit
65ce4d2056
25 changed files with 7 additions and 168 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue