mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -483,7 +483,6 @@ void TemplateInterpreterGenerator::lock_method() {
|
|||
__ b(done, eq);
|
||||
__ load_mirror(R0, Rmethod, Rtemp);
|
||||
__ bind(done);
|
||||
__ resolve(IS_NOT_NULL, R0);
|
||||
}
|
||||
|
||||
// add space for monitor & lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue