< prev index next >

src/hotspot/share/oops/oopsHierarchy.cpp

Print this page

        

*** 35,46 **** if (!Universe::is_fully_initialized()) return; // This gets expensive, which is why checking unhandled oops is on a switch. Thread* t = Thread::current_or_null(); if (t != NULL && t->is_Java_thread()) { frame fr = os::current_frame(); - // This points to the oop creator, I guess current frame points to caller - assert (fr.pc(), "should point to a vm frame"); t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); } } void oop::unregister_oop() { --- 35,44 ----
< prev index next >