[jdk8u-dev] RFR: 8335978: [8u] incorrect include file name in semaphore.inline.hpp
SendaoYan
syan at openjdk.org
Tue Jul 9 09:39:53 UTC 2024
Hi all,
In file [semaphore.inline.hpp](https://github.com/openjdk/jdk8u-dev/blame/master/hotspot/src/share/vm/runtime/semaphore.inline.hpp#L28), `#include "runtime/interfaceSupport.inline.hpp"` include incorrect file name, the crrect file name shoule be interfaceSupport.hpp in jdk8u repository.
Additional testing:
- [ ] linux x64 tier1/2/3
- [ ] linux aarch64 tier1/2/3
-------------
Commit messages:
- 8335978: [8u] incorrect include file name in semaphore.inline.hpp
Changes: https://git.openjdk.org/jdk8u-dev/pull/543/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=543&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8335978
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/543.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/543/head:pull/543
PR: https://git.openjdk.org/jdk8u-dev/pull/543
More information about the jdk8u-dev
mailing list