RFR: 8325456: Rename nsk_mutex.h
Kim Barrett
kbarrett at openjdk.org
Thu Feb 8 05:17:06 UTC 2024
Please review this trivial change that renames the file
test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.h to nsk_mutex.hpp.
Testing: mach5 tier1
The usage is odd. The header is only included by the associated .cpp file.
That .cpp file is included by only one other file, and that file is compiled.
-------------
Commit messages:
- rename nsk_mutex.h
Changes: https://git.openjdk.org/jdk/pull/17762/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17762&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8325456
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/17762.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17762/head:pull/17762
PR: https://git.openjdk.org/jdk/pull/17762
More information about the hotspot-runtime-dev
mailing list