mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7147740: add assertions to check stack alignment on VM entry from generated code (x64)
Check stack alignment on VM entry on x64. Reviewed-by: kvn, never
This commit is contained in:
parent
9c6ab6372f
commit
4012f6cd34
17 changed files with 124 additions and 19 deletions
|
@ -404,6 +404,8 @@ class os: AllStatic {
|
|||
static address current_stack_base();
|
||||
static size_t current_stack_size();
|
||||
|
||||
static void verify_stack_alignment() PRODUCT_RETURN;
|
||||
|
||||
static int message_box(const char* title, const char* message);
|
||||
static char* do_you_want_to_debug(const char* message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue