< prev index next >

src/hotspot/share/oops/klass.hpp

Print this page

        

*** 672,681 **** --- 672,683 ---- // klass name Symbol* name() const { return _name; } void set_name(Symbol* n); + virtual void release_C_heap_structures(); + public: // jvm support virtual jint compute_modifier_flags(TRAPS) const; // JVMTI support
< prev index next >