--- old/src/share/vm/ci/ciInstanceKlass.hpp 2015-06-27 04:11:06.000000000 +0300 +++ new/src/share/vm/ci/ciInstanceKlass.hpp 2015-06-27 04:11:06.000000000 +0300 @@ -261,6 +261,8 @@ return NULL; } + bool set_finals() { return get_instanceKlass()->set_finals(); }; + // Dump the current state of this klass for compilation replay. virtual void dump_replay_data(outputStream* out); };