# HG changeset patch # User mdoerr # Date 1547454394 -3600 # Node ID c02949731190c4010d5dbbcffff4a9f70acf5ae5 # Parent 0b6d6db878b681044b39ba83a00c526b0b3468c1 8216560: gtest build broken on PPC64 and aarch64 Reviewed-by: shade diff -r 0b6d6db878b6 -r c02949731190 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"