--- old/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp 2019-01-24 17:46:37.114807966 +0000 +++ new/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp 2019-01-24 17:46:36.406776500 +0000 @@ -45,7 +45,7 @@ Register reg2 = r_2->as_Register(); assert(reg2 == reg, "must be same register"); opr = as_long_opr(reg); - } else if (type == T_OBJECT || type == T_ARRAY) { + } else if (type == T_OBJECT || type == T_ARRAY || type == T_VALUETYPE) { opr = as_oop_opr(reg); } else if (type == T_METADATA) { opr = as_metadata_opr(reg);