< prev index next >

src/hotspot/share/ci/ciInstanceKlass.hpp

Print this page

        

*** 269,276 **** --- 269,281 ---- return !is_interface() && !is_abstract(); } // Dump the current state of this klass for compilation replay. virtual void dump_replay_data(outputStream* out); + + #ifdef ASSERT + bool debug_final_field_at(int offset); + bool debug_stable_field_at(int offset); + #endif }; #endif // SHARE_VM_CI_CIINSTANCEKLASS_HPP
< prev index next >