# HG changeset patch # User enevill # Date 1521849468 0 # Node ID cbfc09ce5f24b987dec6b47df9ee2ffd4588d59f # Parent 82df30792530192f557fa910bed97c19d0d18075 8200197: Zero fails to build after 8200105 Reviewed-by: coleenp diff -r 82df30792530 -r cbfc09ce5f24 src/hotspot/share/interpreter/bytecodeInterpreter.cpp --- a/src/hotspot/share/interpreter/bytecodeInterpreter.cpp Sat Mar 24 13:39:07 2018 -0700 +++ b/src/hotspot/share/interpreter/bytecodeInterpreter.cpp Fri Mar 23 23:57:48 2018 +0000 @@ -25,6 +25,7 @@ // no precompiled headers #include "classfile/vmSymbols.hpp" #include "gc/shared/collectedHeap.hpp" +#include "gc/shared/threadLocalAllocBuffer.inline.hpp" #include "interpreter/bytecodeHistogram.hpp" #include "interpreter/bytecodeInterpreter.hpp" #include "interpreter/bytecodeInterpreter.inline.hpp"