Skip to content

Commit 1694987

Browse files
SendaoYanjerboaa
authored andcommitted
8335978: [8u] incorrect include file name in semaphore.inline.hpp
Reviewed-by: phh
1 parent af84892 commit 1694987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hotspot/src/share/vm/runtime/semaphore.inline.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef SHARE_VM_RUNTIME_SEMAPHORE_INLINE_HPP
2626
#define SHARE_VM_RUNTIME_SEMAPHORE_INLINE_HPP
2727

28-
#include "runtime/interfaceSupport.inline.hpp"
28+
#include "runtime/interfaceSupport.hpp"
2929
#include "runtime/semaphore.hpp"
3030
#include "runtime/thread.inline.hpp"
3131

0 commit comments

Comments
 (0)