8263375: Support stack watermarks in Zero VM

Reviewed-by: eosterlund
This commit is contained in:
Aleksey Shipilev 2021-09-02 08:00:45 +00:00
parent 6cfe314262
commit 857a930bde
5 changed files with 44 additions and 21 deletions

View file

@ -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);