< prev index next >

src/hotspot/share/ci/ciInstanceKlass.hpp

Print this page

        

*** 272,279 **** --- 272,284 ---- 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 >