8216560: gtest build broken on PPC64 and aarch64
authormdoerr
Mon, 14 Jan 2019 09:26:34 +0100
changeset 53268 c02949731190
parent 53267 0b6d6db878b6
child 53269 26a53519c82f
8216560: gtest build broken on PPC64 and aarch64 Reviewed-by: shade
test/hotspot/gtest/threadHelper.inline.hpp
--- a/test/hotspot/gtest/threadHelper.inline.hpp	Mon Jan 14 09:30:43 2019 +0530
+++ b/test/hotspot/gtest/threadHelper.inline.hpp	Mon Jan 14 09:26:34 2019 +0100
@@ -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"