< prev index next >

src/cpu/sparc/vm/debug_sparc.cpp

Print this page
rev 7417 : improve secondary signal handling

*** 79,84 **** --- 79,87 ---- } if (sp != NULL) tty->print("[%d] sp=" INTPTR_FORMAT " [bogus sp!]", count, p2i(sp)); } + // a sequence of bytes which, when used as opcodes, will cause a SIGILL + const uint8_t illegal_instruction_sequence[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; + #endif // PRODUCT
< prev index next >