< prev index next >

src/hotspot/cpu/aarch64/templateTable_aarch64.cpp

Print this page
rev 50637 : [mq]: JDK-8205336.patch
rev 50638 : [mq]: JDK-8205336-01.patch

*** 3560,3570 **** // Allocation in the shared Eden, if allowed. // // r3: instance size in bytes if (allow_shared_alloc) { __ eden_allocate(r0, r3, 0, r10, slow_case); - __ incr_allocated_bytes(rthread, r3, 0, rscratch1); } } // If UseTLAB or allow_shared_alloc are true, the object is created above and // there is an initialize need. Otherwise, skip and go to the slow path. --- 3560,3569 ----
< prev index next >