mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
5117e1a805
358 changed files with 58875 additions and 1800 deletions
|
@ -1101,7 +1101,7 @@ void os::print_location(outputStream* st, intptr_t x, bool verbose) {
|
|||
// if C stack is walkable beyond current frame. The check for fp() is not
|
||||
// necessary on Sparc, but it's harmless.
|
||||
bool os::is_first_C_frame(frame* fr) {
|
||||
#if defined(IA64) && !defined(_WIN32)
|
||||
#if (defined(IA64) && !defined(AIX)) && !defined(_WIN32)
|
||||
// On IA64 we have to check if the callers bsp is still valid
|
||||
// (i.e. within the register stack bounds).
|
||||
// Notice: this only works for threads created by the VM and only if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue