7150046: SIGILL on sparcv9 fastdebug

Breakpoint needs to do 64-bit compare for pointers on sparcv9

Reviewed-by: coleenp, never
This commit is contained in:
Dean Long 2012-03-05 14:19:00 -05:00 committed by Coleen Phillimore
parent 3385cfe8cf
commit 98f297ba23
4 changed files with 6 additions and 6 deletions

View file

@ -1187,7 +1187,7 @@ void CppInterpreterGenerator::generate_compute_interpreter_state(const Register
#ifdef ASSERT
__ tst(O1);
__ breakpoint_trap(Assembler::zero);
__ breakpoint_trap(Assembler::zero, Assembler::ptr_cc);
#endif // ASSERT
const int entry_size = frame::interpreter_frame_monitor_size() * wordSize;