# HG changeset patch # User enevill # Date 1521849468 0 # Fri Mar 23 23:57:48 2018 +0000 # Node ID b4bb7223e00874514396542ae02314b4df31537d # Parent 898ef81cbc0e59dc921f465269d5dfb2ea04cb68 8200197: Zero fails to build after 8200105 Reviewed-by: duke diff --git a/src/hotspot/share/interpreter/bytecodeInterpreter.cpp b/src/hotspot/share/interpreter/bytecodeInterpreter.cpp --- a/src/hotspot/share/interpreter/bytecodeInterpreter.cpp +++ b/src/hotspot/share/interpreter/bytecodeInterpreter.cpp @@ -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"