hotspot/src/share/vm/ci/ciObjectFactory.hpp
changeset 19710 2f8ca425504e
parent 14477 95e66ea71f71
child 22234 da823d78ad65
equal deleted inserted replaced
19709:33aa3e85cc75 19710:2f8ca425504e
   129 
   129 
   130   // Get a ciInstance representing an unresolved method type constant.
   130   // Get a ciInstance representing an unresolved method type constant.
   131   ciInstance* get_unloaded_method_type_constant(ciSymbol* signature);
   131   ciInstance* get_unloaded_method_type_constant(ciSymbol* signature);
   132 
   132 
   133 
   133 
       
   134   ciInstance* get_unloaded_object_constant();
       
   135 
   134   // Get the ciMethodData representing the methodData for a method
   136   // Get the ciMethodData representing the methodData for a method
   135   // with none.
   137   // with none.
   136   ciMethodData* get_empty_methodData();
   138   ciMethodData* get_empty_methodData();
   137 
   139 
   138   ciReturnAddress* get_return_address(int bci);
   140   ciReturnAddress* get_return_address(int bci);