--- old/src/hotspot/share/opto/matcher.cpp 2017-09-28 12:22:54.443257940 +0200 +++ new/src/hotspot/share/opto/matcher.cpp 2017-09-28 12:22:54.299257942 +0200 @@ -191,8 +191,8 @@ mask[0].Insert(regs.second()); } } else { - BasicType *sig_bt = NEW_RESOURCE_ARRAY(BasicType, cnt); - VMRegPair *vm_parm_regs = NEW_RESOURCE_ARRAY(VMRegPair, cnt); + BasicType* sig_bt = NEW_RESOURCE_ARRAY(BasicType, cnt); + VMRegPair* vm_parm_regs = NEW_RESOURCE_ARRAY(VMRegPair, cnt); for (uint i = 0; i < cnt; i++) { sig_bt[i] = range->field_at(i+TypeFunc::Parms)->basic_type();