< prev index next >

src/hotspot/os/aix/misc_aix.hpp

Print this page
rev 51015 : 8207342: error occurred during error reporting (printing register info)
Summary: os::print_location misses a check if the pointer is readable.
Reviewed-by:

*** 86,101 **** } ~AutoCritSect() { _pcsobj->leave(); } }; - - // Returns true if pointer can be dereferenced without triggering a segment - // violation. Returns false if pointer is invalid. - // Note: Depends on stub routines; prior to stub routine generation, will - // always return true. Use CanUseSafeFetch32 to handle this case. - bool is_readable_pointer(const void* p); - } #endif // OS_AIX_VM_MISC_AIX_HPP --- 86,94 ----
< prev index next >