< prev index next >

src/hotspot/share/c1/c1_Instruction.cpp

Print this page

*** 228,237 **** --- 228,241 ---- } else { return ciObjArrayKlass::make(element_klass); } } + ciType* NewMultiArray::exact_type() const { + return _klass; + } + ciType* NewArray::declared_type() const { return exact_type(); } ciType* NewInstance::exact_type() const {
< prev index next >