< prev index next >

src/share/vm/oops/instanceMirrorKlass.hpp

Print this page

        

@@ -80,14 +80,14 @@
   }
 
   int compute_static_oop_field_count(oop obj);
 
   // Given a Klass return the size of the instance
-  int instance_size(KlassHandle k);
+  int instance_size(Klass* k);
 
   // allocation
-  instanceOop allocate_instance(KlassHandle k, TRAPS);
+  instanceOop allocate_instance(Klass* k, TRAPS);
 
   // GC specific object visitors
   //
   // Mark Sweep
   int  oop_ms_adjust_pointers(oop obj);
< prev index next >