< 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

*** 3559,3569 **** } else { // Allocation in the shared Eden, if allowed. // // r3: instance size in bytes if (allow_shared_alloc) { ! __ eden_allocate(rthread, r0, r3, 0, r10, slow_case); } } // 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. --- 3559,3569 ---- } else { // Allocation in the shared Eden, if allowed. // // r3: instance size in bytes if (allow_shared_alloc) { ! __ eden_allocate(r0, r3, 0, r10, slow_case); } } // 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.
< prev index next >