comparison src/share/vm/ci/ciObjectFactory.hpp @ 12160:f98f5d48f511

7199175: JSR 292: C1 needs patching when invokedynamic/invokehandle call site is not linked Summary: Do patching rather bailing out for unlinked call with appendix Reviewed-by: twisti, kvn
author roland
date Wed, 21 Aug 2013 13:34:45 +0200
parents bd7a7ce2e264
children cefad50507d8 de6a9e811145
comparison
equal deleted inserted replaced
12159:b17d8f6d9ed7 12160:f98f5d48f511
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);