You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.