RFR: 8283091: Support type conversion between different data sizes in SLP [v7]

Vladimir Kozlov kvn at openjdk.java.net
Mon Jun 6 20:43:50 UTC 2022


On Mon, 6 Jun 2022 13:59:28 GMT, Fei Gao <fgao at openjdk.org> wrote:

> > @fg1417 Please do not rebase or force-push to an active PR as it invalidates existing review comments. All changes will be squashed into a single commit automatically when integrating. See [OpenJDK Developers’ Guide](https://openjdk.java.net/guide/#working-with-pull-requests) for more information.
> 
> May I ask if I did anything wrong? I just rebased the master, resolved conflict and pushed a new commit as it guides... and did not do any force-push... Why I got the notification this time?

Which `git` instruction you used? It is recommended to use `git merge master` in the PR's branch after `master` branch update (**8. Merge the latest changes**):

Avoid rebasing changes, and prefer merging instead.

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

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


More information about the hotspot-compiler-dev mailing list