--- old/src/hotspot/share/ci/ciInstanceKlass.hpp 2018-12-03 17:48:28.789969287 +0100 +++ new/src/hotspot/share/ci/ciInstanceKlass.hpp 2018-12-03 17:48:28.630970422 +0100 @@ -274,6 +274,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