# HG changeset patch # User shade # Date 1536059977 -7200 # Node ID d5ba88422499d54c4f9495162f5a169fa5fb7559 # Parent 0514d4c30cf1276f7b14a8175d8c7aeeed05cb34 8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation) Reviewed-by: thartmann diff -r 0514d4c30cf1 -r d5ba88422499 src/hotspot/share/code/vtableStubs.cpp --- a/src/hotspot/share/code/vtableStubs.cpp Tue Sep 04 11:35:35 2018 +0100 +++ b/src/hotspot/share/code/vtableStubs.cpp Tue Sep 04 13:19:37 2018 +0200 @@ -26,6 +26,7 @@ #include "code/vtableStubs.hpp" #include "compiler/compileBroker.hpp" #include "compiler/disassembler.hpp" +#include "logging/log.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" #include "oops/instanceKlass.hpp"