Skip to content

Inconsistent stackmap frames for TwoWord arguments #85

Closed
@marchof

Description

@marchof

Inserted frames are incorrect in the following situation:

  • At least one method argument is TwoWord (long or double)
  • A stackmap frame does not contain these arguments as local variables (not used any more).

These situations do not occure with the Java compiler, but with certain tools. See issue jacoco/eclemma#46

In this case the number of Top elements which need so be inserted before the probe variable is too small as the TwoWord size is not properly considered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions