< prev index next >

src/share/vm/opto/node.cpp

Print this page
rev 10732 : [backport] Need to step over GC barriers in Node::eqv_uncast()
rev 10742 : [backport] Cherry-pick JDK-8212673, fix for Node::eqv_uncast

*** 31,40 **** --- 31,41 ---- #include "opto/machnode.hpp" #include "opto/matcher.hpp" #include "opto/node.hpp" #include "opto/opcodes.hpp" #include "opto/regmask.hpp" + #include "opto/shenandoahSupport.hpp" #include "opto/type.hpp" #include "utilities/copy.hpp" class RegMask; // #include "phase.hpp"
< prev index next >