< prev index next >

src/hotspot/share/opto/compile.hpp

Print this page

        

*** 1376,1384 **** // supporting clone_map CloneMap& clone_map(); void set_clone_map(Dict* d); ! bool is_compiling_clinit_for(ciKlass* k); }; #endif // SHARE_OPTO_COMPILE_HPP --- 1376,1386 ---- // supporting clone_map CloneMap& clone_map(); void set_clone_map(Dict* d); ! bool needs_clinit_barrier(ciField* ik, ciMethod* accessing_method); ! bool needs_clinit_barrier(ciMethod* ik, ciMethod* accessing_method); ! bool needs_clinit_barrier(ciInstanceKlass* ik, ciMethod* accessing_method); }; #endif // SHARE_OPTO_COMPILE_HPP
< prev index next >