8302043: [AIX] Safefetch fails for bad_addressN and bad_address32
Reviewed-by: stuefe, dholmes
This commit is contained in:
parent
04f30185e9
commit
a4039e30e8
@ -188,7 +188,7 @@ public:
|
||||
DEBUG_ONLY(static void controlled_crash(int how);)
|
||||
|
||||
// Non-null address guaranteed to generate a SEGV mapping error on read, for test purposes.
|
||||
static constexpr intptr_t segfault_address = (1 * K) AIX_ONLY(+ (4 * K));
|
||||
static constexpr intptr_t segfault_address = AIX_ONLY(-1) NOT_AIX(1 * K);
|
||||
|
||||
// Max value for the ErrorLogPrintCodeLimit flag.
|
||||
static const int max_error_log_print_code = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user