< prev index next >

src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp

Print this page
@@ -2565,10 +2565,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();
  }
  
  
< prev index next >