On Tue, 3 Jan 2023 11:30:14 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
> I see that this PR touches only java files. A few native files have these > type of typos as well. I think, it is worth cleaning them as well. "A few" is too optimistic, we have thousand empty statements caused by the semicolons. Most of them caused by using macro, I did not touch that for now and changed only the obvious issues. ------------- PR: https://git.openjdk.org/jdk/pull/11807