src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Tue Oct  8 14:00:18 2013
--- new/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Tue Oct  8 14:00:17 2013

*** 3098,3107 **** --- 3098,3111 ---- __ add(tmp1, DataLayout::counter_increment, tmp1); __ st_ptr(tmp1, counter_addr); } } + 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); }

src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File