[ https://issues.apache.org/jira/browse/HARMONY-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Ellison closed HARMONY-5388.
--------------------------------
Verified by Andrew.
(p.s. Andrew, feel free to close the issue as you verify it -- it'll save me a step <g>,
thanks)
> [pack200][classlib] Label bytecode offsets can be incorrect
> -----------------------------------------------------------
>
> Key: HARMONY-5388
> URL: https://issues.apache.org/jira/browse/HARMONY-5388
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Environment: All Pack200
> Reporter: Andrew Cornwall
> Assignee: Tim Ellison
> Attachments: main.patch, test.patch
>
>
> Pack200 bytecode offsets are not being calculated correctly when multi-instruction bytecodes
are present in the bytecode stream. This causes a problem for label bytecodes which follow
multi-instruction bytecodes.
> In short, if you have:
> <other bytecodes>
> aload0_*
> <other bytecodes>
> if*, goto*, or jsr*
> then the label of the if*, goto* or jsr* instruction will be off by the number of multi-instruction
bytecodes which come before it. This will usually result in an exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|