RFR: 8344345: test/hotspot/gtest/x86/x86-asmtest.py has trailing whitespaces [v2]
Kirill Shirokov
duke at openjdk.org
Tue Nov 25 01:01:06 UTC 2025
> This PR addresses the trailing whitespaces for a .py test.
>
> They were introduced in commit 916694f2c1e7fc8d6a88e7026bc2d29ba2923849 and not detected by jcheck, since checking *.py for whitespaces is not enabled in .jcheck/conf.
>
> So, a separate question is: do you think that a pattern for Python files should be added to [checks "whitespace"] section of .jcheck/conf?
Kirill Shirokov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge branch 'master' into JDK-8344345-clean-up-trailing-spaces
- 8344345: File test/hotspot/gtest/x86/x86-asmtest.py has trailing whitespaces
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27058/files
- new: https://git.openjdk.org/jdk/pull/27058/files/7b0dfca6..345b18f0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27058&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27058&range=00-01
Stats: 550196 lines in 5575 files changed: 379888 ins; 107789 del; 62519 mod
Patch: https://git.openjdk.org/jdk/pull/27058.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27058/head:pull/27058
PR: https://git.openjdk.org/jdk/pull/27058
More information about the hotspot-compiler-dev
mailing list