From 61c05500a20389bf8a4a94eaa3be67dac4d37406 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Tue, 9 Jul 2024 17:31:08 +0800 Subject: [PATCH] 8335978: [8u] incorrect include file name in semaphore.inline.hpp --- hotspot/src/share/vm/runtime/semaphore.inline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/runtime/semaphore.inline.hpp b/hotspot/src/share/vm/runtime/semaphore.inline.hpp index e1cd4c9f6e7..458bfca8014 100644 --- a/hotspot/src/share/vm/runtime/semaphore.inline.hpp +++ b/hotspot/src/share/vm/runtime/semaphore.inline.hpp @@ -25,7 +25,7 @@ #ifndef SHARE_VM_RUNTIME_SEMAPHORE_INLINE_HPP #define SHARE_VM_RUNTIME_SEMAPHORE_INLINE_HPP -#include "runtime/interfaceSupport.inline.hpp" +#include "runtime/interfaceSupport.hpp" #include "runtime/semaphore.hpp" #include "runtime/thread.inline.hpp"