comparison src/cpu/sparc/vm/assembler_sparc.hpp @ 5923:8a48c2906f91

7150046: SIGILL on sparcv9 fastdebug Summary: Breakpoint needs to do 64-bit compare for pointers on sparcv9 Reviewed-by: coleenp, never Contributed-by: dean.long@oracle.com
author coleenp
date Mon, 05 Mar 2012 14:19:00 -0500
parents 0382d2b469b2
children 1d7922586cf6
comparison
equal deleted inserted replaced
5922:ff29ce866f23 5923:8a48c2906f91
2219 2219
2220 public: 2220 public:
2221 // traps as per trap.h (SPARC ABI?) 2221 // traps as per trap.h (SPARC ABI?)
2222 2222
2223 void breakpoint_trap(); 2223 void breakpoint_trap();
2224 void breakpoint_trap(Condition c, CC cc = icc); 2224 void breakpoint_trap(Condition c, CC cc);
2225 void flush_windows_trap(); 2225 void flush_windows_trap();
2226 void clean_windows_trap(); 2226 void clean_windows_trap();
2227 void get_psr_trap(); 2227 void get_psr_trap();
2228 void set_psr_trap(); 2228 void set_psr_trap();
2229 2229