# HG changeset patch # User shade # Date 1524056737 -7200 # Node ID 0c2ceb50783ecd885d1acd3133fa044d62583172 # Parent bfba4712d4ffbdb4b8c4e3551440a4f269a2f456 8201799: Build failures after JDK-8195099 (Concurrent safe-memory-reclamation mechanism) Reviewed-by: dholmes, tschatzl, eosterlund diff -r bfba4712d4ff -r 0c2ceb50783e src/hotspot/share/utilities/globalCounter.inline.hpp --- a/src/hotspot/share/utilities/globalCounter.inline.hpp Wed Apr 18 11:36:48 2018 +0200 +++ b/src/hotspot/share/utilities/globalCounter.inline.hpp Wed Apr 18 15:05:37 2018 +0200 @@ -26,7 +26,7 @@ #define SHARE_UTILITIES_GLOBAL_COUNTER_INLINE_HPP #include "runtime/orderAccess.inline.hpp" -#include "runtime/thread.hpp" +#include "runtime/thread.inline.hpp" #include "utilities/globalCounter.hpp" inline void GlobalCounter::critical_section_begin(Thread *thread) {