8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
authorshade
Tue, 04 Sep 2018 13:19:37 +0200
changeset 51627 d5ba88422499
parent 51626 0514d4c30cf1
child 51628 507c72580842
8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation) Reviewed-by: thartmann
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"