8254158: Consolidate per-platform stack overflow handling code

Reviewed-by: fparain, hseigel
This commit is contained in:
Coleen Phillimore 2020-10-13 20:42:34 +00:00
parent 715e24afb2
commit ba5dc67a74
10 changed files with 168 additions and 513 deletions

View file

@ -482,6 +482,7 @@ class os: AllStatic {
static address fetch_frame_from_context(const void* ucVoid, intptr_t** sp, intptr_t** fp);
static frame fetch_frame_from_context(const void* ucVoid);
static frame fetch_compiled_frame_from_context(const void* ucVoid);
static void breakpoint();
static bool start_debugging(char *buf, int buflen);