< prev index next >

src/hotspot/share/opto/multnode.cpp

Print this page
rev 53157 : [mq]: remove-leftovers.patch

*** 31,44 **** #include "opto/opcodes.hpp" #include "opto/phaseX.hpp" #include "opto/regmask.hpp" #include "opto/type.hpp" #include "utilities/vmError.hpp" - #include "utilities/macros.hpp" - #if INCLUDE_SHENANDOAHGC - #include "gc/shenandoah/c2/shenandoahSupport.hpp" - #endif //============================================================================= //------------------------------MultiNode-------------------------------------- const RegMask &MultiNode::out_RegMask() const { return RegMask::Empty; --- 31,40 ----
< prev index next >