RFR: JDK-8298597 : HdrSeq: support for a merge() method [v3]
Y. Srinivas Ramakrishna
ysr at openjdk.org
Mon Dec 19 18:35:29 UTC 2022
On Fri, 16 Dec 2022 03:37:29 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> Y. Srinivas Ramakrishna has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 10 commits:
>>
>> - Merge branch 'master' into stats_merge
>> - Merge branch 'master' into stats_merge
>> - Safety tests for decayed stats, until implemented.
>> - gtest for merge.
>> - Vanilla merge test for ShenandoahNumberSeq; needs to be extended some.
>> - Changes based on experience with uses in RS scan stats.
>> Fixed some bugs.
>>
>> -- We still need to implement a few vanilla tests for the merge method.
>> -- Planning to defer the work on decayed stats (which will be delivered
>> separately in a lower-priority sibling ticket)
>> - Merge branch 'master' into stats_merge
>> - More merge() implementation.
>> -- Need to think about merge of decaying stats in AbsSeq.
>> -- Need to add tests.
>> - Interim checkin of code w/beginnings of merge() support. Some
>> implementations are still stubbed out and need to be written.
>> - First cut at merge. More changes to come. May not build yet.
>
> test/hotspot/gtest/gc/shenandoah/test_shenandoahNumberSeq.cpp line 1:
>
>> 1: /*
>
> An earlier version of this test is in tip for an earlier bug fix. I am happy to consult if there is any confusion during a merge from tip. In this specific case, the contents of this file should take precedence.
merged from master; resolving.
-------------
PR: https://git.openjdk.org/shenandoah/pull/184
More information about the shenandoah-dev
mailing list