< prev index next >

src/hotspot/share/oops/instanceKlass.hpp

Print this page

        

*** 1178,1188 **** // The constant pool is on stack if any of the methods are executing or // referenced by handles. bool on_stack() const { return _constants->on_stack(); } // callbacks for actions during class unloading ! static void notify_unload_class(InstanceKlass* ik); static void release_C_heap_structures(InstanceKlass* ik); // Naming const char* signature_name() const; static Symbol* package_from_name(const Symbol* name, TRAPS); --- 1178,1188 ---- // The constant pool is on stack if any of the methods are executing or // referenced by handles. bool on_stack() const { return _constants->on_stack(); } // callbacks for actions during class unloading ! static void unload_class(InstanceKlass* ik); static void release_C_heap_structures(InstanceKlass* ik); // Naming const char* signature_name() const; static Symbol* package_from_name(const Symbol* name, TRAPS);
< prev index next >