--- old/src/hotspot/share/ci/ciInstanceKlass.hpp 2018-11-30 21:08:39.349088981 +0100 +++ new/src/hotspot/share/ci/ciInstanceKlass.hpp 2018-11-30 21:08:39.198090377 +0100 @@ -271,6 +271,11 @@ // 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