mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8263375: Support stack watermarks in Zero VM
Reviewed-by: eosterlund
This commit is contained in:
parent
6cfe314262
commit
857a930bde
5 changed files with 44 additions and 21 deletions
|
@ -39,6 +39,9 @@
|
|||
static int empty_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
static int Reference_get_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
|
||||
// Stack watermark machinery
|
||||
static void stack_watermark_unwind_check(JavaThread* thread);
|
||||
|
||||
public:
|
||||
// Main loop of normal_entry
|
||||
static void main_loop(int recurse, TRAPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue