[jdk8u-dev] RFR: 8335978: [8u] incorrect include file name in semaphore.inline.hpp

SendaoYan syan at openjdk.org
Mon Jul 15 15:26:59 UTC 2024


On Tue, 9 Jul 2024 09:35:09 GMT, SendaoYan <syan at openjdk.org> wrote:

> 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:
> 
> - [x] linux x64 tier1/2/3
> - [x] linux aarch64 tier1/2/3

The GHA report several failures.

1. Some failures are CA issues, which is fixing by [PR256](https://github.com/openjdk/jdk8u-dev/pull/526). It's unrelated to this PR.


security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlseccrootg5
security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlsrsarootg5
security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#quovadisrootca1g3


2. Linux x86 gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java report timeout [failure](https://github.com/sendaoYan/jdk8u-dev-ysd/actions/runs/9842503521/job/27172402601), I have create a issue [JDK-8336400](https://bugs.openjdk.org/browse/JDK-8336400) to record this failure, I think it's unrelated to this PR.
3. MacOS build fail, the GHA doesn't show any fail logs, maybe it's enviromental issue, or GHA can't pick up MacOS runner.

-------------

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/543#issuecomment-2228767601


More information about the jdk8u-dev mailing list