< prev index next >

src/hotspot/share/services/memoryManager.hpp

Print this page
rev 49275 : [mq]: JDK-8199781.patch

*** 66,76 **** return _pools[index]; } void add_pool(MemoryPool* pool); ! bool is_manager(instanceHandle mh) { return mh() == _memory_mgr_obj; } virtual instanceOop get_memory_manager_instance(TRAPS); virtual bool is_gc_memory_manager() { return false; } const char* name() const { return _name; } --- 66,76 ---- return _pools[index]; } void add_pool(MemoryPool* pool); ! bool is_manager(instanceHandle mh) { return oopDesc::equals(mh(), _memory_mgr_obj); } virtual instanceOop get_memory_manager_instance(TRAPS); virtual bool is_gc_memory_manager() { return false; } const char* name() const { return _name; }
< prev index next >