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:
Tom Rodriguez 2014-09-11 03:13:29 -07:00 committed by Dmitry Samersoff
parent e7bc11f7b1
commit 98b5d14523
4 changed files with 4 additions and 2 deletions

View file

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