--- old/src/hotspot/share/c1/c1_Instruction.cpp 2018-12-03 22:11:32.115774395 -0800 +++ new/src/hotspot/share/c1/c1_Instruction.cpp 2018-12-03 22:11:31.971768994 -0800 @@ -230,6 +230,10 @@ } } +ciType* NewMultiArray::exact_type() const { + return _klass; +} + ciType* NewArray::declared_type() const { return exact_type(); }