mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8054174: minor buglet in computation of end of pc descs in libjvm_db.c
Fixed scopes_pcs_end calculation Reviewed-by: sspitsyn, sla
This commit is contained in:
parent
e7bc11f7b1
commit
98b5d14523
4 changed files with 4 additions and 2 deletions
|
@ -250,6 +250,7 @@ int generateJvmOffsets(GEN_variant gen_variant) {
|
|||
printf("\n");
|
||||
|
||||
GEN_OFFS(nmethod, _method);
|
||||
GEN_OFFS(nmethod, _dependencies_offset);
|
||||
GEN_OFFS(nmethod, _metadata_offset);
|
||||
GEN_OFFS(nmethod, _scopes_data_offset);
|
||||
GEN_OFFS(nmethod, _scopes_pcs_offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue