RFR: JDK-8287288: Fix some typos in C1 [v2]
David Holmes
dholmes at openjdk.java.net
Fri May 27 06:59:42 UTC 2022
On Fri, 27 May 2022 06:13:35 GMT, Zhuojun Miao <zmiao at openjdk.org> wrote:
>> This is a trivial patch to fix some typos in C1.
>> e.g. https://github.com/openjdk/jdk/blob/master/src/hotspot/share/c1/c1_LIRGenerator.cpp#L1190
>
> Zhuojun Miao 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 two additional commits since the last revision:
>
> - Complete the diagram with other non-data bits
> - JDK-8287288: Fix some typos in C1
I'm okay with this as-is as we risk going too far for a "typo" cleanup. Thanks.
@miaozhuojun please do not force-push to an active PR as it destroys the context for previous review comments. You can simply merge and push the merge changeset to the PR, it will all be flattened to a single commit when integrated. Thank you.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8880
More information about the hotspot-compiler-dev
mailing list