< prev index next >

src/share/vm/ci/ciInstanceKlass.hpp

Print this page

        

@@ -259,10 +259,12 @@
       return this;
     }
     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);
 };
 
 #endif // SHARE_VM_CI_CIINSTANCEKLASS_HPP
< prev index next >