comparison src/cpu/sparc/vm/interp_masm_sparc.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
328 void profile_switch_case(Register index, 328 void profile_switch_case(Register index,
329 Register scratch1, 329 Register scratch1,
330 Register scratch2, 330 Register scratch2,
331 Register scratch3); 331 Register scratch3);
332 332
333 void profile_obj_type(Register obj, const Address& mdo_addr, Register tmp);
334 void profile_arguments_type(Register callee, Register tmp1, Register tmp2, bool is_virtual);
335 void profile_return_type(Register ret, Register tmp1, Register tmp2);
336 void profile_parameters_type(Register tmp1, Register tmp2, Register tmp3, Register tmp4);
337
338 // Debugging 333 // Debugging
339 void interp_verify_oop(Register reg, TosState state, const char * file, int line); // only if +VerifyOops && state == atos 334 void interp_verify_oop(Register reg, TosState state, const char * file, int line); // only if +VerifyOops && state == atos
340 void verify_oop_or_return_address(Register reg, Register rtmp); // for astore 335 void verify_oop_or_return_address(Register reg, Register rtmp); // for astore
341 void verify_FPU(int stack_depth, TosState state = ftos); // only if +VerifyFPU && (state == ftos || state == dtos) 336 void verify_FPU(int stack_depth, TosState state = ftos); // only if +VerifyFPU && (state == ftos || state == dtos)
342 337