RFR: 8270336: [TESTBUG] Fix initialization in NonbranchyTree [v2]

Thomas Schatzl tschatzl at openjdk.java.net
Thu Jul 22 07:21:51 UTC 2021


On Thu, 22 Jul 2021 04:36:17 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> The nsk.share.gc.NonbranchyTree might call initTree() twice and incorrectly reports branchiness in the case of IllegalArgumentException(...).
>
> Leonid Mesnik has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - fixed typo
>  - Merge branch 'master' of https://github.com/openjdk/jdk into 8270336
>  - 8270336: [TESTBUG] Fix initialization in NonbranchyTree

Looks good.

There is some typo in other code: s/Initizlize/Initialize. I do not need a re-review for that fix.

-------------

Marked as reviewed by tschatzl (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4761



More information about the hotspot-gc-dev mailing list