src/hotspot/cpu/aarch64/templateTable_aarch64.cpp
changeset 50693 db0a17475826
parent 50536 8434981a4137
child 50728 9375184cec98
--- a/src/hotspot/cpu/aarch64/templateTable_aarch64.cpp	Thu Jun 21 14:09:43 2018 +0530
+++ b/src/hotspot/cpu/aarch64/templateTable_aarch64.cpp	Tue Jun 19 13:03:12 2018 -0400
@@ -3562,7 +3562,6 @@
     // r3: instance size in bytes
     if (allow_shared_alloc) {
       __ eden_allocate(r0, r3, 0, r10, slow_case);
-      __ incr_allocated_bytes(rthread, r3, 0, rscratch1);
     }
   }