< prev index next >

src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp

Print this page

        

*** 160,170 **** virtual void register_nmethod(nmethod* nm); virtual void unregister_nmethod(nmethod* nm); virtual void verify_nmethod(nmethod* nm); virtual void flush_nmethod(nmethod* nm); ! void prune_nmethods(); size_t max_capacity() const; // Whether p is in the allocated part of the heap bool is_in(const void* p) const; --- 160,170 ---- virtual void register_nmethod(nmethod* nm); virtual void unregister_nmethod(nmethod* nm); virtual void verify_nmethod(nmethod* nm); virtual void flush_nmethod(nmethod* nm); ! void prune_scavengable_nmethods(); size_t max_capacity() const; // Whether p is in the allocated part of the heap bool is_in(const void* p) const;
< prev index next >