comparison src/share/vm/ci/ciObjectFactory.hpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents 2cb439954abf f98f5d48f511
children d8041d695d19
comparison
equal deleted inserted replaced
12058:ccb4f2af2319 12355:cefad50507d8
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);