On Thu, 18 Mar 2021 16:51:35 GMT, Alex Blewitt <github.com+76791+alb...@openjdk.org> wrote:
> If I have other fixes for different modules, should I file PRs with the same > bug number e.g. "8263658: Use the blessed modifier order in > java.logging/java.desktop" or should we have separate bug numbers for them? Separate bug numbers is necessary. Unless you repurpose / widen this PR to include more modules. A word of advice: Avoid git rebase + force push after opening a PR for review, since it might mess up the review context. Preferably either merge in changes from main, or just keep adding commits without syncing up - the system will ensure your patch can be merged in without conflicts. ------------- PR: https://git.openjdk.java.net/jdk/pull/2993