RFR: 8344345: test/hotspot/gtest/x86/x86-asmtest.py has trailing whitespaces
Kirill Shirokov
duke at openjdk.org
Wed Oct 29 17:58:46 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?
-------------
Commit messages:
- 8344345: File test/hotspot/gtest/x86/x86-asmtest.py has trailing whitespaces
Changes: https://git.openjdk.org/jdk/pull/27058/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27058&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8344345
Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 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