Withdrawn: 8292022: Issues caused by Unary Plus Operator + and Shift Operators priority

duke duke at openjdk.org
Mon Oct 17 11:55:46 UTC 2022


On Mon, 1 Aug 2022 07:07:18 GMT, GGGGGHT <duke at openjdk.org> wrote:

> (capacity + capacity>>1) The result of this expression is still capacity. So I guess what the author thought at the time might be (capacity + (capacity >> 1)), see https://bugs.openjdk.org/projects/JDK/issues/JDK-8292022

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/9698


More information about the compiler-dev mailing list