--- old/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp 2013-10-02 17:55:33.145453909 +0200 +++ new/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp 2013-10-02 17:55:32.761968029 +0200 @@ -3100,6 +3100,10 @@ } } +void LIR_Assembler::emit_profile_type(LIR_OpProfileType* op) { + fatal("Type profiling not implemented on this platform"); +} + void LIR_Assembler::align_backward_branch_target() { __ align(OptoLoopAlignment); }