Integrated: 8328074: Add jcheck whitespace checking for assembly files
Magnus Ihse Bursie
ihse at openjdk.org
Mon Mar 18 09:15:32 UTC 2024
On Wed, 13 Mar 2024 11:18:20 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> As part of the ongoing effort to enable jcheck whitespace checking to all text files, it is now time to address assembly (.S) files. The hotspot assembly files were fixed as part of the hotspot mapfile removal, so only a single incorrect jdk library remains.
>
> The main issue with `libjsvml` was inconsistent line starts, sometimes using tabs. I used the `expand` unix command line tool to replace these with spaces.
This pull request has now been integrated.
Changeset: c342188f
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c342188fd978dd94e7788fb0fb0345fd8c0eaa9a
Stats: 280027 lines in 73 files changed: 0 ins; 0 del; 280027 mod
8328074: Add jcheck whitespace checking for assembly files
Reviewed-by: erikj, sviswanathan
-------------
PR: https://git.openjdk.org/jdk/pull/18268
More information about the build-dev
mailing list