Skip to content

Both no_finalizer and no_reference_types should have the same value #1359

@k-sareen

Description

@k-sareen

Currently no_finalizer is false and no_reference_types is true. This leads to a really odd configuration. Finalization and reference processing are interlinked, so it makes no sense to be able to finalize without dealing with weak references, at least in the context of OpenJDK. Further, if we are comparing against G1 or any stock Hotspot collector, this configuration is just not possible there so comparisons need to be very careful of this inconsistency.

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