mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
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:
parent
3385cfe8cf
commit
98f297ba23
4 changed files with 6 additions and 6 deletions
|
@ -2221,7 +2221,7 @@ public:
|
|||
// traps as per trap.h (SPARC ABI?)
|
||||
|
||||
void breakpoint_trap();
|
||||
void breakpoint_trap(Condition c, CC cc = icc);
|
||||
void breakpoint_trap(Condition c, CC cc);
|
||||
void flush_windows_trap();
|
||||
void clean_windows_trap();
|
||||
void get_psr_trap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue