< prev index next >

src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp

Print this page
rev 50383 : 8204292: PPC64: Fix missing includes after 8204195
Reviewed-by:

*** 22,31 **** --- 22,32 ---- * questions. * */ #include "precompiled.hpp" + #include "asm/macroAssembler.inline.hpp" #include "c1/c1_MacroAssembler.hpp" #include "c1/c1_Runtime1.hpp" #include "classfile/systemDictionary.hpp" #include "gc/shared/collectedHeap.hpp" #include "interpreter/interpreter.hpp"
< prev index next >