--- old/src/hotspot/share/ci/ciInstanceKlass.hpp 2018-11-30 10:23:17.783085789 +0100 +++ new/src/hotspot/share/ci/ciInstanceKlass.hpp 2018-11-30 10:23:17.633087328 +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