From e19c718281825cd30de157d187e9557fb3ca31b2 Mon Sep 17 00:00:00 2001 From: Martin Doerr Date: Mon, 14 Jan 2019 09:26:34 +0100 Subject: [PATCH] 8216560: gtest build broken on PPC64 and aarch64 Reviewed-by: shade --- test/hotspot/gtest/threadHelper.inline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/gtest/threadHelper.inline.hpp b/test/hotspot/gtest/threadHelper.inline.hpp index 55bfe6c598f..b84116705a9 100644 --- a/test/hotspot/gtest/threadHelper.inline.hpp +++ b/test/hotspot/gtest/threadHelper.inline.hpp @@ -26,7 +26,7 @@ #include "runtime/mutex.hpp" #include "runtime/semaphore.hpp" -#include "runtime/thread.hpp" +#include "runtime/thread.inline.hpp" #include "runtime/vmThread.hpp" #include "runtime/vmOperations.hpp" #include "unittest.hpp"