src/hotspot/share/oops/instanceKlass.hpp
changeset 49393 93fe2fc5c093
parent 49364 601146c66cad
child 49473 26958d06b585
equal deleted inserted replaced
49392:2956d0ece7a9 49393:93fe2fc5c093
   909   }
   909   }
   910   // allocation
   910   // allocation
   911   instanceOop allocate_instance(TRAPS);
   911   instanceOop allocate_instance(TRAPS);
   912 
   912 
   913   // additional member function to return a handle
   913   // additional member function to return a handle
   914   instanceHandle allocate_instance_handle(TRAPS)      { return instanceHandle(THREAD, allocate_instance(THREAD)); }
   914   instanceHandle allocate_instance_handle(TRAPS);
   915 
   915 
   916   objArrayOop allocate_objArray(int n, int length, TRAPS);
   916   objArrayOop allocate_objArray(int n, int length, TRAPS);
   917   // Helper function
   917   // Helper function
   918   static instanceOop register_finalizer(instanceOop i, TRAPS);
   918   static instanceOop register_finalizer(instanceOop i, TRAPS);
   919 
   919