Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8234372: Investigate use of Thread::stack_base() and queries for "in …
…stack" Reviewed-by: dcubed, stuefe
- Loading branch information
Showing
with
68 additions
and 109 deletions.
- +3 −11 src/hotspot/cpu/aarch64/frame_aarch64.cpp
- +9 −16 src/hotspot/cpu/arm/frame_arm.cpp
- +6 −14 src/hotspot/cpu/ppc/frame_ppc.cpp
- +6 −14 src/hotspot/cpu/s390/frame_s390.cpp
- +9 −10 src/hotspot/cpu/sparc/frame_sparc.cpp
- +3 −11 src/hotspot/cpu/x86/frame_x86.cpp
- +2 −2 src/hotspot/os/linux/os_linux.cpp
- +2 −2 src/hotspot/os/windows/os_windows.cpp
- +2 −3 src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
- +2 −2 src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp
- +11 −14 src/hotspot/share/runtime/thread.cpp
- +13 −10 src/hotspot/share/runtime/thread.hpp
Oops, something went wrong.