mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8254158: Consolidate per-platform stack overflow handling code
Reviewed-by: fparain, hseigel
This commit is contained in:
parent
715e24afb2
commit
ba5dc67a74
10 changed files with 168 additions and 513 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue