--- old/src/hotspot/cpu/aarch64/templateTable_aarch64.cpp 2018-06-19 15:43:45.988760398 -0400 +++ new/src/hotspot/cpu/aarch64/templateTable_aarch64.cpp 2018-06-19 15:43:45.658785887 -0400 @@ -3561,7 +3561,7 @@ // // r3: instance size in bytes if (allow_shared_alloc) { - __ eden_allocate(rthread, r0, r3, 0, r10, slow_case); + __ eden_allocate(r0, r3, 0, r10, slow_case); } }