< prev index next >

src/share/vm/oops/instanceKlass.hpp

Print this page
rev 12906 : [mq]: gc_interface

@@ -639,13 +639,11 @@
     }
   }
 
   // Oop that keeps the metadata for this class from being unloaded
   // in places where the metadata is stored in other places, like nmethods
-  oop klass_holder() const {
-    return is_anonymous() ? java_mirror() : class_loader();
-  }
+  oop* klass_holder_addr() const;
 
   bool is_contended() const                {
     return (_misc_flags & _misc_is_contended) != 0;
   }
   void set_is_contended(bool value)        {
< prev index next >