Skip to content

Duplicate edges in Marksweep #313

Closed
Closed
@javadamiri

Description

@javadamiri

I was trying to test PR #310 (mainly src/util/side_metadata/sanity.rs) with marksweep when I detected random panics due to duplicate edges in both JikesRVM and OpenJDK bindings.
This is the assertion which fails:

assert!(edge_log.insert(edge), "duplicate edge ({}) detected", edge);

Note:
After solving this issue, we need to add CI checks for the side metadata sanity checker (under extreme_assertions and with marksweep plan)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions