@@ -2569,10 +2569,14 @@ void LIR_Assembler::emit_profile_type(LIR_OpProfileType* op) { fatal("Type profiling not implemented on this platform"); } + void LIR_Assembler::emit_profile_inline_type(LIR_OpProfileInlineType* op) { + Unimplemented(); + } + void LIR_Assembler::emit_delay(LIR_OpDelay*) { Unimplemented(); }