mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
37c8ef911c
331 changed files with 14826 additions and 8842 deletions
|
@ -634,7 +634,7 @@ static int nmethod_info(Nmethod_t *N)
|
|||
/* scopes_pcs */
|
||||
err = ps_pread(J->P, nm + OFFSET_nmethod_scopes_pcs_offset, &N->scopes_pcs_beg, SZ32);
|
||||
CHECK_FAIL(err);
|
||||
err = ps_pread(J->P, nm + OFFSET_nmethod_handler_table_offset, &N->scopes_pcs_end, SZ32);
|
||||
err = ps_pread(J->P, nm + OFFSET_nmethod_dependencies_offset, &N->scopes_pcs_end, SZ32);
|
||||
CHECK_FAIL(err);
|
||||
|
||||
/* scopes_data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue