Integrated: 8253717: Relocate stack overflow code out of thread.hpp/cpp
Coleen Phillimore
coleenp at openjdk.java.net
Thu Oct 8 11:29:50 UTC 2020
On Tue, 6 Oct 2020 12:13:00 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This change moves the significant amount of stack overflow related code (with ascii art!) out of thread files into a
> new file. Many of the functions are static functions and some go through JavaThread::_stack_overflow_state where
> needed. All functions are moved and not modified except for qualification. I also added a delegating constructor to
> JavaThread::JavaThread so reordered the assignments as initializers from JavaThread::initialize.
> Tested with tier1-6 and builds on arm32, ppc, s390 and zero.
This pull request has now been integrated.
Changeset: 6bc49318
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6bc49318
Stats: 1276 lines in 50 files changed: 615 ins; 503 del; 158 mod
8253717: Relocate stack overflow code out of thread.hpp/cpp
Reviewed-by: rehn, dcubed, dholmes, stuefe
-------------
PR: https://git.openjdk.java.net/jdk/pull/522
More information about the hotspot-dev
mailing list